Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Did I install incorrectly?


kilrain

Recommended Posts

I uploaded admin and catalog both in my root directory. I ran install from catalog/catalog/install and admin page don't come up. I can't read install page for admin, it won't let me access the admin/admin DIR. Did I install it wrong? Should I have the admin DIR inside the catalog DIR? Please help, thanks

Link to comment
Share on other sites

If you haven't noticed :

 

default page for admin folder is : /admin/index.php

but

default page for catalog folder is : /catalog/default.php

 

On a linux server you will need to edit .htaccess file to let either pages be brought up automatically as home pages on their own.

 

Add this to the .htaccess file:

 

DirectoryIndex index.php

and

DirectoryIndex default.php

 

for each of the above cases

 

HTH

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...