Welcome Guest, Not a member yet? Register   Sign In
shopping card page and https
#1

[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?
#2

[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.
#3

[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
#4

[eluser]ray73864[/eluser]
yes
#5

[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
#6

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




Theme © iAndrew 2016 - Forum software by © MyBB