Friday, December 2, 2016

How a Page Automatically redirect your visitors to your new home page

So you changed your URL and wondering how to automatically redirect your visitors to the new location. Simply put the following HTML tag in-between <HEAD> and </HEAD> tags:

<meta http-equiv="refresh"
content="<delay before redirecting>;
URL=<URL>">


<HTML>

<
HEAD>
<
TITLE>I moved!!!</TITLE>
<
META HTTP-EQUIV="refresh" CONTENT="10;URL=http://my.newplace.com/">
</
HEAD>

<
BODY>

I moved to a new place.
Your browser should automatically take you there in 10 seconds. If it doesn't plase go to http://my.newplace.com/

</
BODY>

</
HTML>

No comments:

Post a Comment

Best Tricks and Tweaks of Adsense