{Tutorial} Redirect your visitors without using JavaScript!
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 Code:
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.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
Last edited by The Unknown; 08-03-2007 at 07:11 PM.
Reason: Automerged Doublepost
|