Guest Posted March 27, 2003 Share Posted March 27, 2003 This is what I found to do: Step 1 - Rename catalog/default.php to index.php Step 2 - Rename catalog/includes/languages/YOUR LANGUAGE/default.php to index.php Step 3 - Open catalog/includes/application_top.php and change define('FILENAME_DEFAULT', 'default.php'); to define('FILENAME_DEFAULT', 'index.php'); When I Open catalog/includes/application_top.php there is no ('FILENAME_DEFAULT', 'default.php'); to change. What should I do? Just add it in? Link to comment Share on other sites More sharing options...
gman Posted March 29, 2003 Share Posted March 29, 2003 Hi, Check line 64 within application_top.php file, and then the define FILENAME_XXXX. Just below the following line..... FILENAME_CREATE_ACCOUNT_SUCCESS you shold see the default.php which you will need to change to index.php to complete your changes. Hope this helps. Good luck. Guillermo H. ------------------------------------------ My life's........ A work-in-progress :P ------------------------------------------ Guillermo Huapaya Jr www.decorativemerchandise.com [email protected] Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2003 Share Posted March 29, 2003 Dan, You must have a fairly new snapshot.....There has been a change. Look for catalog/includes/filenames.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.