[SOLVED] question re: default server "start-up" pa

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

question re: default server "start-up" page

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

SOLVED Thanks feyd -- found it.

Post by voltrader »

Thanks again feyd...

Found it.
Post Reply