View Single Post
  #3 (permalink)  
Old Apr 4th, 2007, 15:14
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: htaccess password prob

Your last line in the .htaccess file; I just use:
Code: Select all
Require valid-user
You can then list your 'user-password' pairs in your .htpasswd file

Is your password coded into md5 format? If not, that is propably your problem.
Reply With Quote