hey guys...
i cant pass through the authentification in my "protected" side of the site
/*********************************************************/
here is my .htaccess :
AuthUserFile '/path/to/my/.htpasswd'
AuthName "authentification"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
/*********************************************************/
.htaccess Permission & owner = 644 owned by apache:
-rw-r--r-- 1 www-data www-data 2358 2005-03-28 07:13 .htpasswd
/*********************************************************/
apache -> in modules.conf :
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
/*********************************************************/
apache -> httpd.conf :
<Directory "/path/to/protected/section/of/mysite.com">
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
/*********************************************************/
In my Site.com-Error.log
user webmaster not found:
(13)Permission denied: Could not open password file: /Members/index.php
/*********************************************************/
thats pretty weird...cause im sure settings are OK to open and read my file...
anyway hope you'll get an idea
thanks again
Luke.