I copied some instructions and code from a previous post here and it is a little different than above. Can you tell me what the difference is between the two and when I should use which? Here is the previous code.
First, you need to create a new empty page. Next, go to edit mode, click on
script button <S> and enter the following JavaScript code:
<script type="text/javascript">
try {
if (!top.adminpanel) {
window.location = "http:;
}
}
catch(e) {}
</script>
<noscript>
<meta http-equiv="Refresh" content="0; URL=http:>
</noscript>
Change http://redirect
to url to the url of the page you want to re-direct to.