HTML Code to Redirect Domain

HTML code to automatically redirect visitors who open a particular domain address to another domain address.
Share:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
Updated: 16 July 2021Array

The HTML code for domain redirects below functions to automatically redirect visitors who open a particular domain address to another domain address.

The example below results in when a visitor opens a certain domain, in 10 seconds they will be redirected to the domain www.new-target.com.

<!DOCTYPE html>
	<head>
		<title>Page Title</title>
		<meta http-equiv = "refresh" content = "10; url = https://www.new-target.com" />
	</head>
	<body>
		<p>Hello Digitalizer! You will be redirect to https://new-target.com in 10 seconds</p>
	</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Article

Fade-In Effect on Window Load
Javascript code for fade-in effect on window load
Disable AOS in Oxygen Builder Editor
CSS for disable AOS in Oxygen Builder
OpenStreetMap and Leaflet.js
Snippets code to use OpenStreetMap and Leaflet.js
COMPLETE PACKAGE OF WEBSITE DESIGN & DEVELOPMENT
Digitalizer offers website design & development services for company profiles, online shops, event organizers, educational institutions or other fields. You don't need to think about domains, web hosting / servers, DNS, email, design, development, security and other technical issues. Just prepare your website content, we do the rest.
All website design & development packages include 1 year maintenance!
Free Consultation
Back to top
cross