By GreenSpiderDesign on
I have a client who wants their D6 site to load after the flash intro they already have. They want me to call the site from home.html -
Can someone please tell me where I would set this?
Thanks!
I have a client who wants their D6 site to load after the flash intro they already have. They want me to call the site from home.html -
Can someone please tell me where I would set this?
Thanks!
Comments
redirect
Why don't you just make home.html redirect to index.php? Simply put:
meta http-equiv="REFRESH" content="0;url=http://www.the-domain.com/index.php"
in the head.
Another solution would be to edit your htaccess file to point to a different file. But Drupal is in PHP, so you would have to redirect to a php file.
A third solution would be to recompile the Flash file to point to index.php
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
Thanks!
We thought the third solution was the best - and in hind sight should have been obvious to us! :)
Thanks McFilms!
pls explain
Hi GreenSpider,
i want to do the samething, can u pls give a detail on the Solution you applied. as i dont have any programming knowledge, but if steps provided i do Execute them..