Need help with index.php
XzZzX <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <471f861686f1d0171553c6fbf302ee69@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=227165#227165
----------------------------------------------------------------
I've change from default.php to index.php with 3 steps:
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');
But it still no work when I type: http://www.xzzzxsoft.net/catalog/
then I have to type: http://www.xzzzxsoft.net/catalog/index.php it work.
How can I fix it ???
Thanks.