- Posted by acxede on February 28, 2006
- Add an HTML module to the page you want to redirect from.
- Let's say you want to redirect to http://www.google.com. To do so copy the fowllowing code and paste it in the editor that pops up:
<script language="javascript">
parent.document.location.href=
'http://www.google.com';
</script>
- Click Save.
If you're redirecting from your site's home page, you're all set. But if you want to redirect from a page other than the home page, you must have the page on the menu or have a link to it on your page which a visitor can click in order to be redirected.
Once you save the page, you can't open it in Web Designer any more - the page you redirected to will show up instead. IF you wish to alter the code on the page you must delete it from the Page Manager and create it again.