bazz

Member
Mar 4, 2002
11
0
301
Hi i've tried setting a redirection from a www.name to www.name/home.html in advanced menu/redirects this works ok
when using address www.name but any other address gives problems what trying to do is if someone types www.name the page www.name/home.html will display.
thanks in advance
bazz
 

awsol

Well-Known Member
Feb 8, 2002
578
0
316
Boston MA
Open httpd.conf and just add home.html to the list of default indexes.

&IfModule mod_dir.c&
DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 index.phtml index.cgi
&/IfModule&

Just add home.htm home.html to that line.