Redirect to construction page

T

Teriel9

Can anyone please advise code in "index.htm" to redirect visitors to the
"Under construction page" when entering a site
Thanks
Teriel9
 
T

Teriel9

Hi Mike
Thanks for your response.
I would like to continue building the site and testing it in it's current
form and redirect would suit me better.
Thanks
Teriel9
 
L

lmacd1

Hi Terry,

Try this:


<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script language="JavaScript">
var URL = "http://placeyourredirectpathhere/";
self.location = URL;
</script>

</head>


</html>


Your redirect path would be like www.mysite.com/constructionpage.htm

Hope this helps.

Leo.
 
T

Teriel9

Hi Mike
Thanks for your response.
I would like to continue building the site and testing it in it's current
form and redirect would suit me better.
Thanks
Teriel9
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top