bearinv Posted December 31, 2008 Share Posted December 31, 2008 I am looking for a way to use a splash page without naming it index.html. I have tried that while linking to index.php, but this creates problems with all the programming that refers to the index page. I have thought of redirecting on the index.php but that will cause the same problem as before. I do not want to use pop-ups because they get blocked. I know about the splash page controversy but my client does not care they want a splash page. Can anyone help with this? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted December 31, 2008 Share Posted December 31, 2008 create a file called .htaccess and put this in it: DirectoryIndex splash.html index.php index.html feel free to adjust that as needed. but it will try to load them from left to right Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.