How do I redirect my page?

Website Design hints and codes
Post Reply
admin
Site Admin
Posts: 37
Joined: Sat Sep 24, 2016 3:19 pm

How do I redirect my page?

Post 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.
Rogers Software
Post Reply