How do I redirect my visitors to another domain/site? You can forward your page to a different page
by inserting the following piece of code in your <head> </head> tag:
<meta http-equiv="refresh" content="0; url=http://www.example.com/">
"content" specifies how many seconds will elapse before you are forwarded to the other page
No comments:
Post a Comment