vphonsa Posted June 20, 2003 Posted June 20, 2003 I want my index.html or index.php to point to or be redirected to www.mysite.com/catalog/default.php. Any one has code to do that. V
orchard Posted June 20, 2003 Posted June 20, 2003 You can use this as your index.php. <?php chdir('catalog'); require('default.php'); ?> In olden times the men were made of iron and the ships were made of wood; now it's the other way around. :wink:
WendyM Posted September 1, 2003 Posted September 1, 2003 Question: Will this have a bad effect on search engines? Sure hope not, cuz..... It works AND I'm still able to go to ADMIN. (previous attempts blocked me from the admin module) Thank you for the fix and in advance, for the info! :D Wendy
Guest Posted September 1, 2003 Posted September 1, 2003 Why not just install your catalog in the root of your site? Much better for search engines and visitors.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.