The Unknown
08-03-2007, 07:11 PM
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
<?php
header(\\\"Location: http://thinkdigit.com/\");
?>
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.
Server Requirement: PHP interpreter
<?php
header(\\\"Location: http://thinkdigit.com/\");
?>
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.