How to redirect a website to another website

To redirect a website to another one create or replace the index.html file in the website that you want to redirect with this code:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv=”REFRESH” content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>

http://www.instant-web-site-tools.com/html-redirect.html

Leave a Reply

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