View Single Post

  #1 (permalink)  
Old 03-11-2008
Brian S. Paskin
 
Posts: n/a
Default AllowOverride all not reading ,htaccess

Hi All,

I think I need another pair of eyes to see what I am doing wrong. I
cannot get the AllowOverride All to accept the .htaccess information.

<Directory /var/www/mydir>
AllowOverride All
Order allow,deny
Allow from all
</Directory>

..htaccess:
AuthName "Domain Password Required"
AuthType Basic
AuthUserFile /var/www/.htpasswd
AuthGroupFile /dev/null
require user helvete

Options +Indexes
IndexOptions +FancyIndexing

<Files .htaccess>
order allow,deny
deny from all
</Files>

Any help would be appreciated.

Regards, Brian