How to Stop Redirecting When Clicking a Link

When a Web user clicks on a link, this link sends him to the Web page that is included in the hyperlink. Once the link performs its duty of turning your browser toward the hyperlinked page, the link has nothing else to do with the functionality of your browser. If the page that opens has a redirect code embedded into its HTML, the page will redirect every time that page is opened. You can stop redirecting users who use a certain link only by adjusting the HTML in the linked page. To do this, you must have access to the back-end of the site being redirected.

Instructions

    • 1

      Log into your Web server. Click on the file icon that represents the HTML page that is redirecting to open it.

    • 2

      Locate the <head> tag near the top of the page. Find the code in this section of the page that looks something like this:

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

    • 3

      Click and drag your cursor over this entire section of code. Press "Delete" to remove this. This is the redirect code. Removing it will stop redirecting.

    • 4

      Publish the page.

Related Searches:

References

Comments

Related Ads

Featured