PDA

View Full Version : Redirect Script



BawA
04-17-2004, 06:31 AM
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.

4th gen
04-17-2004, 06:39 AM
Here (http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=meta+refresh&btnG=Google+Search)

shn
04-17-2004, 06:41 AM
dunno, but it's real easy to do if your running apache. Just make a few changes to the .conf file.

BawA
04-17-2004, 07:37 AM
mybe am going offtopic but how can i set a primery directory on ma server usin Cpanel 8

shn
04-17-2004, 07:44 AM
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
http://www.az.com/~katrinat/fortune/images/huh.gif

At least maybe I would if I could understand what you just said. :rolleyes:

4th gen
04-17-2004, 08:02 AM
Five seconds after you go to this (http://www.arap78.dsl.pipex.com/redirect.html) site, you'll be re-directed to Google :)


<html>
<META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.google.com">
</html>

BawA
04-17-2004, 12:03 PM
Great. Thanks Buddy ;)

h1
04-17-2004, 10:20 PM
<?php
header(&#39;Location: http://www.somewhere.com&#39;);
?>