Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog Not Secure?


mathius1

Recommended Posts

My catalog here: https://www.bobwieland.com/store/store.php is secure when you first get there. Clicking on any of the products will take you to http://www.bobwieland.com instead of the HTTPS. I have in both my config files:

 

define('HTTPS_CATALOG_SERVER', 'https://www.bobwieland.com');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

I even have a base href in the main index page for https://www.bobweiland.com/store/

 

Can someone please help. This is someone elses store but the person has been too hard to get a hold of and we need it up and running before the client loses faith. ASAP and thanks in advanced...

Lenny

Link to comment
Share on other sites

Why on earth are you trying to run the whole catalog on SSL anyway?

 

When in the store the client want everything secure, until you leave the store. In my experience its not the first time that the client has wanted something that was different.

Link to comment
Share on other sites

if you webhost support the .htaccess files, simply create one with the following code:

 

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...