How to Stop Link Redirection

When you click on a link and it redirects you to a different site, there is little you can do unless you have access to the backend server of the site that is redirecting you. Link redirection has nothing to do with the link, but has everything to do with the HTML of the page that is being linked to. If you have an HTML page that is redirecting users after they click on a link that leads to it, you can disable the redirect code on your HTML page.

Instructions

    • 1

      Log in to your Web server. Double-click the HTML document file to open the page that is being linked to and redirects when it opens.

    • 2

      Locate the <head> tag in the HTML code. The redirect code will be found in this section.

    • 3

      Find the code in the <head> section that looks something like this:

      <meta HTTP-EQUIV="REFRESH" content="1; URL=http://www.webpageurl.com>

    • 4

      Click and drag your cursor over this full line of code to select it.

    • 5

      Press the "Delete" key.

    • 6

      Publish the page. Now that the redirect code is removed, the links that send users to this page will no longer redirect to a different page.

Related Searches:

References

Comments

Related Ads

Featured