when I use .htaccess file inside a folder named admin with the following code
AuthName "Alertme"
AuthType Basic
AuthUserFile /mobs/.htpasswd
require valid-user
and .htpasswd file with following code
rajasekar:66Acdia7gE1to
While accessing the file inside folder, it gives server error, The server encountered an internal error and was unable to complete your request
why is this happening. help me