View Single Post
  #1 (permalink)  
Old Apr 3rd, 2007, 13:38
karloff karloff is offline
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
htaccess password prob

having a problem trying to get it working. i have my htaccess file in my public folder and my htpasswd file in the protected folder however i keep getting a 500 internall error?
.htaccess
Code: Select all
AuthUserFile /root/public_html/hidden data/.htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic

require user wsabstract
.htpasswd
Code: Select all
wsabstract:password
what am i missing?
Reply With Quote