Sajjad’s Blog

SSL (HTTPS) URLs and CodeIgniter

Posted by: msh134 on: October 28, 2008

I am a fan of CodeIgniter for its ease of use. I have developed several ecommerce projects using this “beautiful” framework. While working on my first ecommerce project with CodeIgniter, I faced a problem with URLs. The site was suppose to use both “http” and “https”. But with CodeIgnitor we can define one base URL, which can be either “http” or “https”. Then I came up with an idea and now I am going to share that idea with you. 

More >>

Leave a Reply