Guest Posted November 29, 2007 Posted November 29, 2007 I've got a redirect in the index.php file in the root folder of ***.com <?php $goto = "http://www.***.com/catalog/"; header("HTTP/1.0 301 Moved Permanently"); header ("Location: $goto"); so when you type in www.***.com in the web broweser it redirects to www.***.com/catalog/ to load the catalog. I'm trying to install phpbb in the root so when I type in bbs.***.com it will load the bb, any ideas how to set this up so the redirect does not point bbs.***.com to www.***.com/catalog/ but still points www.***.com to www.***.com/catalog/
Guest Posted November 29, 2007 Posted November 29, 2007 I've got a redirect in the index.php file in the root folder of ***.com <?php $goto = "http://www.***.com/catalog/"; header("HTTP/1.0 301 Moved Permanently"); header ("Location: $goto"); so when you type in www.***.com in the web broweser it redirects to www.***.com/catalog/ to load the catalog. I'm trying to install phpbb in the root so when I type in bbs.***.com it will load the bb, any ideas how to set this up so the redirect does not point bbs.***.com to www.***.com/catalog/ but still points www.***.com to www.***.com/catalog/ Anyone?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.