CodeIgniter Forums
shopping card page and https - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: shopping card page and https (/showthread.php?tid=13370)



shopping card page and https - El Forum - 11-20-2008

[eluser]dimis[/eluser]
I am using codeigniter for an e-commerce site and I want the form of the payment etc to go to secure server (https).
How can I do that, what files I have to move?


shopping card page and https - El Forum - 11-20-2008

[eluser]ray73864[/eluser]
https happens on the webserver end along with a rewrite condition so that anything going to a certain controller for instance is rewritten as a https url.

there are plenty of tutorials on how to do it with web servers like Apache2 and Lighttpd if you search google.


shopping card page and https - El Forum - 11-20-2008

[eluser]dimis[/eluser]
You mean that I will make a rewrite rule (at .htaccess for example) and the action will pass to https?
Thank you
Dimis


shopping card page and https - El Forum - 11-20-2008

[eluser]ray73864[/eluser]
yes


shopping card page and https - El Forum - 11-20-2008

[eluser]got 2 doodle[/eluser]
See the post I started the other day, it deals with ssl and codeigniter.

There are a few methods and other posts referenced and my own proposal

Hope it helps,
doodle


shopping card page and https - El Forum - 11-20-2008

[eluser]got 2 doodle[/eluser]
oops here's the link ssl and codeigniter