I recently got an SSL certificate to go with my 3rd oscommerce site. My expectation is when a user wants to checkout or go to login screen, it's redirected to a secure connection (https://).
That isn't happening. I have modified both config files enabling SSL (
http://www.oscommerce.info/kb/osCommerce/General_Information/Common_Problems/75).
I've e-mailed support asking them why it's not working...here's the latest response
"
You will need to type in https instead of http. You can create a redirect in
c-panel, so that anyone who types in http will be directed to https."
The response before that (which didn't do anything)
You had the following redirect in .htaccess file:
RedirectMatch permanent ^/index.htm$
http://www.artinvietnam.com/paintings/index.php
RedirectMatch permanent ^/index.html$
http://www.artinvietnam.com/paintings/index.php
I replaced this code with
RedirectMatch permanent ^/index.htm$
https://www.artinvietnam.com/paintings/index.phpSomeone please help. This is crazy.