Welcome Guest, Not a member yet? Register   Sign In
Codeigniter HTTPS (SSL) What is the "Best Practice"?
#3

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 includes :

$config['base_url'] = "";
Reply


Messages In This Thread
RE: Codeigniter HTTPS (SSL) What is the "Best Practice"? - by Hexagonal.org - 01-25-2016, 08:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB