Question:

How to redirect a URL using go-daddy template

by  |  earlier

0 LIKES UnLike

I have a website. It’s hosted with Go-daddy website tonight template.

I have a total of 10 pages. I need only 1 of those pages to be directed automatically to another url.

so when a customer hits the tab it will forward them to a completely different url. No banner link is involved.

How do I do this.

 Tags:

   Report

3 ANSWERS


  1. I believe that some simple Javascript should to the trick.

    Write this at the top of your page:

    <script>

    document.location.href='http://my new site/my new page.htm';

    </script>

    Good luck!


  2. On the page that is linked to, put this meta tag between the head tags:

    <meta http-equiv="Refresh" content="0; url=http://DomainName.com/">

    content="0; sets no delay for that page to redirect to the URL you set.

    Ron

  3. gah, brb

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.