Hello, I want when people come to my website, first they watch my flash movie, only then they could proceed to home page - index.php. Does anyone know how to add redirect instructions to htaccess?
Or any other solution?
Thanks in advance
Latest News: (loading..)
Site redirection
Started by avaya1, Nov 20 2009, 01:30
1 reply to this topic
#1
Posted 20 November 2009, 01:30
#2
Posted 20 November 2009, 20:45
Probably the easiest way would be to use meta direct and add a time the length of your flash intro, like
the 240 is the time in seconds and the part after the semi colon is the URL to direct to.
Add it to the page with the Flash content
Nic
<meta http-equiv="refresh" content="240;catalog/index.php">
the 240 is the time in seconds and the part after the semi colon is the URL to direct to.
Add it to the page with the Flash content
Nic














