CodeIgniter Forums
How to implement 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: How to implement https? (/showthread.php?tid=32361)



How to implement https? - El Forum - 07-21-2010

[eluser]Unknown[/eluser]
Hi!

Sorry for my english. It's very bad.

I never implemented https and i have a cuestion.
In my server there is a folder http and a folder https. I always put my CI app in the http folder with no security.
I need to implement an app with security in login, register, checkout....
I have to place 2 different apps, one in http and one in https? I don't understant it

Thanks a lot


How to implement https? - El Forum - 07-21-2010

[eluser]vanquish[/eluser]
You should be able to place all content for your app in 1 folder. Most web hosts allow sharing of the same folder for both SSL and non-SSL content.

If you want to access any webpages or content through SSL, make sure that the URL is https for all links.

Example - https://www.abc123site.com/img/logo.gif


How to implement https? - El Forum - 07-21-2010

[eluser]Unknown[/eluser]
Ok. I asked it to my hosting provider and i can use the same folder for both

Thanks