Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

after login, page not found on secure server


Whodany

Recommended Posts

Posted

Dear helpful people,

 

I have been lurking here for a while, reading about people with similar problems, using the search function a lot. But somehow the solutions for other people never worked for me.

 

Can somebody please point me out my error. I cannot find it myself.

 

The site is running fine (yes it is very unfinished) except for when somebody who is registered tries to log in again. I get a page not found as somehow OSCommerce here ommits the dotdotdotrecords in the link

https://bordeaux.site-secure.net/catalog/in...36b9bf8c2e14cf5

 

it should read

https://bordeaux.site-secure.net/dotdotdotr...36b9bf8c2e14cf5

 

But where in the includes is my error?? Or is it somewhere else??

 

Thanks for your help

 

Whodany

 

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

define('HTTPS_SERVER', 'https://bordeaux.site-secure.net'); // eg, https://localhost - should not be empty for productive servers

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

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

define('HTTPS_COOKIE_DOMAIN', 'ssl.bordeaux.site-secure.net');

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

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

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

define('DIR_WS_HTTPS_CATALOG', '/dotdotdotrecords/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', '/www/dotdotdotrecords/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...