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

(This post was last modified: 01-25-2016, 08:53 AM by skunkbad.)

In my own websites, I have used the following for .htaccess:


Code:
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R,L]

You didn't share what you did, so it's impossible to know.

It does look like you've set the base_url correctly.

You might check the security cert and make sure www is covered, but I don't think that's your problem.
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB