Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog & index.php


Guest

Recommended Posts

My server (Apache) will default to index.xxxx so I can only have one file starting with index. I want to put a page that loads before coming to the shopping cart. That page would be INDEX.HTM Which means I need to rename INDEX.PHP to something like INDEX2.PHP. IF I do that the link that takes the user to INDEX.PHP will be broken. Where do you change this? :unsure:

Link to comment
Share on other sites

catalog/includes/filenames.php:

 

  define('FILENAME_DEFAULT', 'index.php');

 

Change the above.

 

You will need to rename the index.php in your language directory also.

 

Matti

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...