qwaz
05-06-2002, 07:22 PM
How do I make a symbolic link such as:
http://markmartin.racing-forums.com
That will remain the above URL as opposed to resolving to the URL I have in my actual code which is:
if ($HTTP_HOST == "markmartin.racing-forums.com") { header ("Location: http://www.racing-forums.com/bbs/index.php?styleid=56"); }
http://markmartin.racing-forums.com
That will remain the above URL as opposed to resolving to the URL I have in my actual code which is:
if ($HTTP_HOST == "markmartin.racing-forums.com") { header ("Location: http://www.racing-forums.com/bbs/index.php?styleid=56"); }