bioss Posted March 3, 2008 Posted March 3, 2008 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.
bioss Posted March 4, 2008 Author Posted March 4, 2008 in the .htaccess file put this code RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://www.%{SERVER_NAME}%{REQUEST_URI} thanks for all.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.