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? Link to comment https://forums.phpfreaks.com/topic/139010-splash-page/ 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 Link to comment https://forums.phpfreaks.com/topic/139010-splash-page/#findComment-727032 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.