lovetree
09-12-2001, 06:01 PM
Greetings,
Everything was working fine, but for some reason sites or directories with .htaccess returns error(Page not found). I am puzzled, and needs help. Any help will be greatly appreciated.
David Park
Apache error Log:
================
[Wed Sep 12 07:29:43 2001] [alert] [client 24.31.63.146] /home/sites/home/users/stats/web/.htaccess: order not alllowed here
=================
.htaccess content
================
#Access file
order allow,deny
allow from all
require group home
Authname WebStats
Authtype Basic
================
access.conf:
===============
<Directory /home/sites/>
Options Indexes FollowSymLinks Includes MultiViews
AllowOverride AuthConfig
<Files ".ht*">
deny from all
</Files>
order allow,deny
allow from all
AuthFailDelay 2000000
AuthPAM_FallThrough on
</Directory>
================
__________________
=======================
David Y. Park
Lovetree Systems Inc.
=======================
Everything was working fine, but for some reason sites or directories with .htaccess returns error(Page not found). I am puzzled, and needs help. Any help will be greatly appreciated.
David Park
Apache error Log:
================
[Wed Sep 12 07:29:43 2001] [alert] [client 24.31.63.146] /home/sites/home/users/stats/web/.htaccess: order not alllowed here
=================
.htaccess content
================
#Access file
order allow,deny
allow from all
require group home
Authname WebStats
Authtype Basic
================
access.conf:
===============
<Directory /home/sites/>
Options Indexes FollowSymLinks Includes MultiViews
AllowOverride AuthConfig
<Files ".ht*">
deny from all
</Files>
order allow,deny
allow from all
AuthFailDelay 2000000
AuthPAM_FallThrough on
</Directory>
================
__________________
=======================
David Y. Park
Lovetree Systems Inc.
=======================
