Suppose you booked a new domain and want to continue your work on the new website and you also want to send all the traffic of your old website to new website. Here is a simple html meta tag that redirect the visitors to your new website. If you don't know html then just open the html pages of your old website and search <HEAD> and insert the meta tag written below between <HEAD> and </HEAD> like this :
<
meta http-equiv="refresh "content="5;URL=http://www.mywebsitename.com/">
upload the page. In the delay time add 5 or 10 seconds and in the url, add the url of the home page of your new website.
0 comments:
Post a Comment