XzZzX Posted September 10, 2003 Posted September 10, 2003 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. ~ @ Everything in your Hands @ ~
Ajeh Posted September 10, 2003 Posted September 10, 2003 You need a .htaccess file so that your server knows to use index.php when index.html and index.htm and index.shtml is not there.
clarocque Posted September 10, 2003 Posted September 10, 2003 When I installed osC I did not have a default page, I had an index.php page - why? osC Contributions I have published. Note: Some I only provided minor changes, updates or additions!
Ajeh Posted September 10, 2003 Posted September 10, 2003 The new MS2 version of osCommerce changed default.php to index.php ... 8)
XzZzX Posted September 10, 2003 Author Posted September 10, 2003 Thanks Linda, I've created .htaccess on my server. Uhmmm, I wanna set CHMOD for admin section, but I don't know what is the best for it. :? ~ @ Everything in your Hands @ ~
Ajeh Posted September 10, 2003 Posted September 10, 2003 You really don't want to do any chmod on the /admin just for the specific directories and files that need write access.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.