Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Redirect script?


Guest

Recommended Posts

Posted

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/

Posted
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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...