I have a site with a homepage that's index.php. For a few weeks, we want to have a splash page precede this that gives users the option to choose between two different sites.
Initially, I thought I would rename the index.php file as something else (say index2.php) and name the splash page index.php. Then I realized that links back to home on the site would then go back to the splash rather than the main page.
Is there a way that I can have browsers go to index.htm prior to index.php? What is the hierarchy of use for index files?
The pages in question are:
www.girlscoutsjs.org/index.php (the site that's typically the main page)
www.girlscoutsjs.org/splash.php (the page I want to make index.htm, there is no php scripting on this page)
Thanks for your help.



Reply With Quote


Bookmarks