{Tutorial} Redirect your visitors without using JavaScript!

Status
Not open for further replies.

nileshgr

Wise Old Owl
There are many webmasters here. Many visitors have old browsers which do NOT support JS. So here is an method which will redirect your website\\\'s visitors without any JS. This uses PHP.
Server Requirement: PHP interpreter

Code:
<?php
PHP:
header(\\\"Location: *thinkdigit.com/\");
Code:
?>

The above code will work only if NO text is passed to the browser and i takes atleast 1 min. to redirect.
__________
Replace thinkdigit.com to with the page you want to redirect.
 
Last edited:
Status
Not open for further replies.
Top Bottom