[ic] httpd.conf settings? Please help..

Rene Hertell rene@hertell.com
Fri, 4 May 2001 10:55:23 +0300


> All I did for my site was add this:
>
> 	DirectoryIndex /cgi-bin/construct/index.html
>
> to my <virtualhost> section.  I figure the odds are really slim that this
> will ever match anything in another subdirectory.
>

You could put the same line into a .htaccess file (/var/www/html/.htaccess).
All RewriteRule stuff should also work from this file. I'm not sure, but I
guess that if you make changes to the httpd.conf file, then the apache
server has to be restarted... With the .htaccess file you don't have to do
that :)

René