Here are just two simple ways to redirect your page!
1. This first example is useful if you want to inform your visitor that you have moved.
Into the HEAD section of your page type:
Code:
<meta http-equiv="refresh" content="5; URL=http://my new web address">
And into the BODY of your document put
Code:
"my old web address" has moved to "my new web address"
If your browser does not automatically redirect you in 5 seconds,
click <a href="http://my new web address">here</a> to go to the new site.
2. The second example using java script is handy if you have a number of domain names (for whatever reason) but want all names to point to the same domain.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.