Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter HTTPS (SSL) What is the "Best Practice"?
Post: RE: Codeigniter HTTPS (SSL) What is the "Best Prac...

Thanks Suhindra. I did come across this tutorial. I was wondering if you think that there are advantages to using "Hooks" for this purpose?
70,161 Views
7 Replies
01-25-2016, 10:31 AM
Hexagonal.org
    Thread: Codeigniter HTTPS (SSL) What is the "Best Practice"?
Post: RE: Codeigniter HTTPS (SSL) What is the "Best...

Hi ~ here is the .htaccess code I used : RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] And the */application/config/config.php file incl...
70,161 Views
7 Replies
01-25-2016, 08:59 AM
Hexagonal.org
    Thread: Codeigniter HTTPS (SSL) What is the "Best Practice"?
Post: Codeigniter HTTPS (SSL) What is the "Best Practice...

I have a Codeigniter application which was developed and tested on the normal http. Now the Apache server has been configured in such a way that all of the pages are stored in a single folder which is...
70,161 Views
7 Replies
01-25-2016, 03:46 AM
Hexagonal.org

Theme © iAndrew 2016 - Forum software by © MyBB