How to Set Up an HTML Redirect on Your Website Updated

  • 27
  • Tired of reading? Press play to listen instead. N/B. Might not work on some articles

    Ready


How to Redirect to Another Page in HTML

To redirect one HTML page to another page, you need to add a <meta> tag inside the <head> section of the old HTML page. The <head> section of an HTML document contains metadata that is useful for the browser, but invisible to users viewing the page.

The syntax for this <meta> tag is as follows:

<meta http-equiv="refresh" content="delay_time; URL=new_website_url" />

Redirect HTML Code Example

<!DOCTYPE html>
<html>
<head>
<title>Clear Cache from Cpanel Old Page</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="3; URL=https://sinosoft.guru/knowledgebase/55/How-to-Clear-Cache-from-Cpanel.html" />
</head>
<body>
<p>This page has been moved. If you are not redirected within 3 seconds, click <a href="https://sinosoft.guru/knowledgebase/55/How-to-Clear-Cache-from-Cpanel.html">here</a> to go to Clear Cache from Cpanel New Page</p>
</body>
</html>

Read: Reirect php to another page

If you need specific help, contact our Support Team.

Feel free to click the thumbs up below to help many others in need of similar solutions, thank you and God bless in Christ Jesus

 

 


Was this answer helpful?

« Back

Say Hello

Let's get you started