How to Redirect a Website

How to Redirect a Website thumbnail
Site redirection is done by placing an additional HTML code in your page.

Site redirection is a useful tool, especially when revamping an old site where pages have been moved or renamed. When you redirect a website, you automatically take site visitors to the new destination page without them clicking on a link to load the new page. Site redirection is also used when a whole domain or URL has been changed. You can easily place a redirect code in your home page if you wish to send site visitors, who haven't updated their bookmarks yet, to your new domain.

Instructions

    • 1

      Open your Web page in Notepad.

    • 2

      Place the following code in between the <head> tags:

      <meta http-equiv="Refresh" content="2; url=http://www.newpage.com">

      Replace the number "2" with the number of seconds before a site visitor gets redirected and "http://www.newpage.com" with your new site URL.

    • 3

      Save your page and upload it to your site.

Tips & Warnings

  • Change the seconds to "0" to automatically redirect site visitors without loading the content of the old page.

Related Searches:

References

Resources

  • Photo Credit Ryan McVay/Photodisc/Getty Images

Comments

You May Also Like

Related Ads

Featured