Karthik
03-04-2003, 05:35 AM
I have an alias directive in httpd.conf as follows:
Alias /docs "F:/docs"
<Directory "F:/docs">
HeaderName HEADER.html
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The header template HEADER.html is applied only to the toplevel "docs" but not to it's subdirectories. How to apply it to subdirectories also?
--Thanks
Alias /docs "F:/docs"
<Directory "F:/docs">
HeaderName HEADER.html
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The header template HEADER.html is applied only to the toplevel "docs" but not to it's subdirectories. How to apply it to subdirectories also?
--Thanks