Web Hosting Talk







View Full Version : domain redirection


hitspot
04-02-2002, 05:33 PM
Can someone tell me a simple php script code or .htaccess code that will forward one domain on my raq 3 to another domain.

I use to have two such codes, but have lost them, and can't seem to find the original post(s) on WHT that I original found them when searching.

Thanks,

David Kiley

technoart
04-02-2002, 11:11 PM
In PHP, this is one way to do it:

header ("Location: http://www.myotherwebsite.com");


Or another way, via Apache's mod_alias:

Redirect / http://www.myotherwebsite.com/