harlock59 Posted March 2, 2007 Share Posted March 2, 2007 Hello ev'ryone, my hosting service is arsys.fr, and i can access to my oscommerce by opening the url "mydomain.com/catalog/", but i can't suceed in opening the "mydomain.com" directly without adding "/catalog". i placed an "index.php" in the root directory "html" with this php bundle: "<?php include("catalog/index.php"); ?>" but it doesn't display my osc site. has anyone an answer ? thanks. Link to comment Share on other sites More sharing options...
ErollorD Posted March 2, 2007 Share Posted March 2, 2007 and your domain is?? Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2007 Share Posted March 2, 2007 You could try: <?php header("Location: http://www.mydomain.com/catalog/"); ?> This will just re-direct the browser to the catalog. If you do not intend to add other pages to your website why not just put the catalog in the root directory? Otherwise create a simple index page (in the root directory) and use links to reach the online catalogue. Regards, *Ringo* Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.