prelude2001c
09-25-2002, 12:36 AM
I am having a problem with apache and authentication.
I have configured my apache correctly and have this configuration in the access.conf file :
<Directory />
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
order allow,deny
allow from all
</Directory>
Everything seems to run fine until i go into
/home/user/public_html/members/sub-folder/
The .htaccess found in the :
/home/user/public_html/members/ directory works fine for that directory but the only way i get the sub-folders to work is if i place the same .htaccess file within every single sub-folder. By default i thought that apache and .htaccess files take care of sub-folders. Is there a setting that I am missing or is there something I am doing wrong.. I been @ it since 9 am and right now its 1 AM the next day and i can't seem to figure it out.
Please help !!!
I have configured my apache correctly and have this configuration in the access.conf file :
<Directory />
Options Indexes FollowSymLinks ExecCGI
AllowOverride All
order allow,deny
allow from all
</Directory>
Everything seems to run fine until i go into
/home/user/public_html/members/sub-folder/
The .htaccess found in the :
/home/user/public_html/members/ directory works fine for that directory but the only way i get the sub-folders to work is if i place the same .htaccess file within every single sub-folder. By default i thought that apache and .htaccess files take care of sub-folders. Is there a setting that I am missing or is there something I am doing wrong.. I been @ it since 9 am and right now its 1 AM the next day and i can't seem to figure it out.
Please help !!!
