Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTTPS_SERVERDIR_WS_HTTPS


Luciel

Recommended Posts

I've installed a fresh copy of oscommerce 2.2

 

All goes fine, i start adding products, fine.

 

Now i go to the "public" side of the site and when i access catalog, i get a 404 error, looking at the link i found the problem, it points to:

 

http://www.*******.com/HTTPS_SERVERDIR_WS_...fab41d654dd3d9d

 

However if i remove "HTTPS_SERVERDIR_WS_HTTPS_CATALOG" frin the link, it works, how can i fix this?

 

PS: could it be the fact it's a subdomain?

Link to comment
Share on other sites

  • 2 months later...

hi dude.

 

This is driving me crazy too, found this thread so will just paste it, hope it helps you!

 

 

I fixed this problem! HTTPS_SERVERDIR_WS_HTTPS_CATALOG

I just had to go into my config file. (catalog/includes/configure.php)

and add in two lines of code:

define('DIR_WS_HTTPS_CATALOG', 'yourCatalogDir');

define('HTTPS_SERVER', 'yourHTTPSServer');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...