View Single Post
  #7  
Old 09-12-2006, 07:32 AM
pizzaman pizzaman is offline
Member
 
Join Date: Mar 2006
Posts: 28
Well, not quite there yet.

Switching to lsws still shows 401 without asking for authorization.

This is on latest 2.2.1 and the .htaccess file in question look simply like this:

AuthType Basic
AuthName "Restricted Area"
AuthUserFile "/home/username/.htpasswds/admin/passwd"
require valid-user

Changing AuthUserFile location to be inside user's public_html doesn't help.
Apache works ok with this .htaccess and there are many .htaccess files
that look similar to this in the servers.

Thanks.
Reply With Quote