How do I redirect one site to another domain/site

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 

Leave a Reply

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