Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error 404 not found


Mikkow

Recommended Posts

Posted

Hi Guys.

 

I am new to php and have a little html experience. I have installed oscommerce and can not get to any pages after the default.

 

The problem is that it adds /catalog to the address.

 

If I type in www.mysite.ca i go to the default page.

when i click on a link there i get (by clicking on the create account) www.mysite.ca/catalog/create_account.php?osCsid=360164b76005eec5e69f1138f04bf6a5.

 

if i go into the address and remove /catalog it works but to go to any page i have to keep removing the /catalog.

 

Is there an easy way for a newbie to fix all these linkx

 

Thank you for your time and help

Posted

You need to remove the /catalog from your catalog/includes/configure.php file.

 

Change this:

define('DIR_WS_CATALOG', '/catalog/'); // absolute path required

to this:

define('DIR_WS_CATALOG', '/'); // absolute path required

 

HTH,

Tony

"The price of success is perseverance. The price of failure comes much cheaper."

Posted

Thank you for the prompt reply.

It was a simple fix.

 

Could you recomend a book or web site for learning php

Archived

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

×
×
  • Create New...