Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Redirect or Pointing


vphonsa

Recommended Posts

Posted

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

Posted

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:

  • 2 months later...
Posted

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

Posted

Why not just install your catalog in the root of your site? Much better for search engines and visitors.

Archived

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

×
×
  • Create New...