Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter setup with SSL
#1

[eluser]djeetee[/eluser]
Hey folks, working on a CI app that provides public as well as private (secure) access. I have not implemented SSL before but i understand that part of the setup is specifying which folders should be accessed using https.

I would like some advice with regards to how i should structure my folders to facilitate that.

Does the setup only affect the controllers folder? in other words should I split my app controllers between a public and secure subfolders under the standard CI controllers folder?

Do I need to do do anything to my views and models folders? anything else I should be paying attention to?

Your help would be appreciated.

thanks
#2

[eluser]eoinmcg[/eluser]
depends on what web server you're using. but you shouldn't really need to restructure your app for ssl

read this for setting up ssl on apache:
http://blogs.sitepoint.com/securing-apac...erver-ssl/

and this thread for dealing with ssl in your app:
http://ellislab.com/forums/viewthread/83154/
#3

[eluser]djeetee[/eluser]
A quick scan of the 2 links you provided indicates they may have everything i was looking for. Will read them when the coffee is ready Smile

thank you so much.

//g




Theme © iAndrew 2016 - Forum software by © MyBB