is there any script to redirect a visitor from old site to recent site like i change ma webhosting and still some1 come to previous address and i want to redirect him to new site.
Printable View
is there any script to redirect a visitor from old site to recent site like i change ma webhosting and still some1 come to previous address and i want to redirect him to new site.
dunno, but it's real easy to do if your running apache. Just make a few changes to the .conf file.
mybe am going offtopic but how can i set a primery directory on ma server usin Cpanel 8
http://www.az.com/~katrinat/fortune/images/huh.gifQuote:
Originally posted by bawa@Klite_user@17 April 2004 - 01:37
mybe am going offtopic but how can i set a primery directory on ma server usin Cpanel 8
At least maybe I would if I could understand what you just said. :rolleyes:
Five seconds after you go to this site, you'll be re-directed to Google :)
Code:<html>
<META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.google.com">
</html>
Great. Thanks Buddy ;)
<?php
header('Location: http://www.somewhere.com');
?>