Guest Posted January 26, 2004 Share Posted January 26, 2004 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 More sharing options...
Guest Posted January 26, 2004 Share Posted January 26, 2004 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 More sharing options...
Guest Posted January 26, 2004 Share Posted January 26, 2004 Thanks for the help!!! :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.