How to checkout on SSL??

Knert

No avatar

2006-04-03 21:29

I think this question will be asked by a lot of people:

Is there anybody who is able to tell me how you can be redirected to an SSL when you are clicking 'next' to enter the checkout page. (the page where you have to fillout the name, address, city etc. fields)

I have SSL on my server.

Please any serious help would be appreciated!

Knert

wewior (OpenSolution)

Avatar: wewior

2006-04-03 23:47

try to ask your admin how can you turn on ssl on specify url on your site, or if its pissible only for directory or something else

knert

No avatar

2006-04-04 11:16

I understand, but still...I have to know which files/dirs need to be placed under the SSL in order to work when you are proceeding with the filloutform on the shop.

Knert.

Knert

No avatar

2006-04-04 14:45

Well, what I just did was create a .htaccess file which will redirect the whole shop directly into the secure enviroment (ssl).

I prefered only the checkout on SSL, but the whole shop into the ssl is better then nothing. :-)

If anybody knows a better solution for only the checkout under SSL then let me (us) know :-)

Knert

Tim

No avatar

2006-04-05 15:49

Can you please show how you did your htaccess file to redirect like that please?

Knert

No avatar

2006-04-18 16:40

Open notepad.

Insert the following code (3 lines):

RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://www.yourdomain.com/ [R]

save the file as: .htaccess

Upload this file directly into the main dir of your domain. There you go...the website opens in SSL.

Knert

Back to top
about us | contact