Page 1 of 1

How do I redirect my page?

Posted: Mon Sep 26, 2016 2:10 pm
by admin
To redirect your website or page enter this code in to your index, default page.

<head>
<meta http-equip="refresh" content="0; url=http://">
</head>
The meta goes in to the head of your html code, the 0 is the time in seconds. For example 30 is a 1/2 min or 30 seconds, the url is the website or page.