Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Did I install incorrectly?


kilrain

Recommended Posts

Posted

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

Posted

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

Archived

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

×
×
  • Create New...