Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with index.php


XzZzX

Recommended Posts

Posted

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 @ ~

Posted

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.

Posted

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 @ ~

Posted

You really don't want to do any chmod on the /admin just for the specific directories and files that need write access.

Archived

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

×
×
  • Create New...