file .htaccess

file .htaccess

am 31.10.2007 11:16:14 von Andrea

Hi,

I have a Fedora 7 with a Web server httpd-2.2.6-1 and i have some problem
with file .htaccess, infact system don't ask me authentication and show me
html pages.

This is the configuration of httpd.conf about htaccess:
....
AllowOverride All
....

Order allow,deny
Deny from all


And this is file .htaccess:

AuthName "Accesso riservata"
AuthUserFile /path/to/directory/.htpasswd
AuthType Basic
AuthGroupFile /dev/null
Require valid-user

Require user xxxxxxx



What is incorrect?

Thank's

Andrea