Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Not Found for Product Listings


Sooner

Recommended Posts

Posted

http://www.lifesdelites.com/catalog

 

I added some products yesterday and used attribute copier to make the process go quicker. Everything was working fine, but when I went to look at the site today I get a Not Found error after clicking on the category I want to browse. I haven't changed anything since the site last worked. Does anybody have any idea why this would happen and how to fix it. I had the same problem the first time I setup osCommerce on this server and I had to wipe out everything and start over. After spending half a day getting it all going again everything was working fine.

 

Background info:

This site is on a shared server.

 

here is my configure file:

 

define('HTTP_SERVER', 'http://www.lifesdelites.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.lifesdelites.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

define('HTTP_COOKIE_DOMAIN', 'www.lifesdelites.com');

define('HTTPS_COOKIE_DOMAIN', 'www.lifesdelites.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/httpd/vhosts/lifesdelites.com/httpdocs/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Archived

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

×
×
  • Create New...