The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
downloads.domainname.com forward to www.domainname.com/downloads/
forum.domainname.com forward to www.domainname.com/forum/
...etc
I cant think of any reason not to have it and it would be another cool thing to add to the getdotted.com feature list
Sorry about the spelling too, hehe, I'm v.tired.
if ($PHP_SELF == "http://downloads.domainname.com") {
header("Location: http://www.domainname.com/downloads/");
}
?>
In theory, as the index.php is called nomatter what the Address is used to get to your page, the first part of the script will read the address and point to the /downloads folder.
Just try it and see if it works
downloads.domainname.com forward to www.domainname.com/downloads/
forum.domainname.com forward to www.domainname.com/forum/
...etc
I cant think of any reason not to have it and it would be another cool thing to add to the getdotted.com feature list