Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout payment page work with ssl only.


bioss

Recommended Posts

Posted

hellow all.

 

i am need your help on ssl problem.

my visa campany whant me to do this page "checkout_payment.php"

work with ssl only. if user do http this page dont work or return to https automatic.

anyone know how to do it?

thank .

Eric.

Posted

in the .htaccess file put this code

 

RewriteEngine on
RewriteCond %{SERVER_PORT} =80
RewriteRule ^(.*) https://www.%{SERVER_NAME}%{REQUEST_URI}

 

thanks for all.

Archived

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

×
×
  • Create New...