Click to See Complete Forum and Search --> : htaccess authentication...


rapidz
07-25-2007, 11:37 AM
I'm having trouble with .htaccess.


I've placed the .htpasswd file in the root of the server.


i've placed the .htaccess file in the following directory:
mydomain.com/resources/admin/

this is what the .htaccess file contains:


AuthUserFile /home/fhlinux169/t/mydomain.com/user/.htpasswd
AuthName "Horses Mouth Resources Centre | Admin Panel"
AuthType Basic

require user horsesmouth



This is the error i get...



Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.





SOMEONE PLEASE HELP ME, ITS DRIVING ME ABSOLUTELY NUTS!