- beanmac
Hi all,
I am currently trying to display a flash opener page which uses the page-front.tpl.php in drupal 6, which it works and redirects back to my home page that is specified in drupal site information (ex: http://example/home), but it recursively restarts the drupal flash opener again, and again.
Is there something I am missing!
Help community,
Thanks,
- Bryant
Hi all,
I just figured out my own question. First, I went to site-information and made the default front page to "node". Next, I just fixed my page-front.tpl.php file to redirect to http://example.com/home. So every time someone goes to http://example.com/ they will get hit the page-front.tpl.php file first, then it will redirect them to http://example.com/home. The reason the recursive redirect was happening my site information default front page was set to "home". So if you go to either http://example.com/ or http://example.com/home, it was always the hitting the page-front.tpl.php file.
I hope people can get help from this.
Thanks,
- Bryant