Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Double URL's! HELP


Clementine

Recommended Posts

Posted

HELP PLEASE! I've just uploaded a new site for a large company, and after they installed their Verisign Certificate, their header and footer links are now doubling up!

 

Something is adding an additional www.site.com/catalog so I've got:

 

www.site.com/catalog/www.site.com/catalog

 

 

My config file is the same:

 

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

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

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

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

define('HTTPS_COOKIE_DOMAIN', '');

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

define('HTTPS_COOKIE_PATH', '');

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

define('DIR_WS_HTTPS_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/');

 

Anyone?

 

thanks

Posted

Oh, I forgot to mention that SSL is disabled until I get the url to the https server... I've never done this before (Verisign) so hopefully that's the problem...

 

But I would think that the SSL Server being disabled shouldn't change anything until I enable it, correct?

 

thanks

Posted

as the issues are only with the header and footer links it may be better to post one of them to see what can be discerned.

 

The other links for products show singular which would suggest that the paths are correct in the configure.php files

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

You're right! I didn't think of it until now. The other links ARE working properly, so this is actually a STS problem... But I don't know what files came in that distribution, because I hired out for the STS install...

 

Know anything about STS? I will go check the forums in the contributions area.

 

thanks!

Archived

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

×
×
  • Create New...