Page 1 of 1

question re: default server "start-up" page

Posted: Thu Aug 12, 2004 6:24 pm
by voltrader
My server automatically defaults to running index.php or index.html upon receiving http://www.domain.com

If my homepage is home.php, should I do a redirect from index.php?

Or is there some way to make home.php the default startup page?

Would doing a redirect impact search results?

Posted: Thu Aug 12, 2004 6:29 pm
by feyd
in apache conf files you want to add to the DocumentIndex

you may be able to overwrite its setting with a .htaccess file..

if you have cPanel, you can adjust it normally in the Index Manager I believe it was called..

SOLVED Thanks feyd -- found it.

Posted: Thu Aug 12, 2004 7:45 pm
by voltrader
Thanks again feyd...

Found it.