Click to See Complete Forum and Search --> : Splash Page


khujo56
01-02-2009, 11:29 AM
HI Guys

I created a splash page for my website. I wanted to know if that page has to be renamed index.html. How would i set it up to show the main page and then have the user click to be re-direct to another page.

thanks

6StringGeek
01-02-2009, 12:24 PM
HI Guys

I created a splash page for my website. I wanted to know if that page has to be renamed index.html. How would i set it up to show the main page and then have the user click to be re-direct to another page.

thanks

If you want the splash to open with just your url (www.mysite.com) then you would have to name it index.html (or default.htm, or index.htm)...depends on your server. On most of them index.html works. Then just include a link on the splash page directing them to your site:

<a href="pagename.html">ENTER MY SITE</a>