Question

How to redirect an HTML page to another?


Annonce
Ad

Answer

Insert the following meta tag in the head section of the page to redirect:
<meta http-equiv="refresh" content="0; url=http://example.com/" >


[source]
# ID Query