Hello,
I have implimented a splash page on my website and it redirects to the home page after a certain amount of time. The splash page works, it redirects properly and everything but I still have one problem: once you're in the site, if you click on the "home" tab, it loads the splash page... any idea of how to change this?
http://www.mysite.com (Loads Splash page)
---redirects to---
http://www.mysite.com/Home/Tabid/36/default.aspx (Home page)
Then...
when the "Home" tab is clicked it loads: http://www.mysite.com instead of http://www.mysite.com/Home/Tabid/36/default.aspx
how can I make the home tab redirect to the proper page? (http://www.mysite.com/Home/Tabid/36/default.aspx)
Thanks!
Matt