Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3 routes don't work in HTTPS
#2

(This post was last modified: 11-30-2020, 07:56 AM by sammyskills.)

When you say "not working", what exactly do you mean?

Is your site returning any error?

More so, your rewrite rule has a ? which is different from what is seen in the docs here. Is that on purpose?

See the difference. Your code:
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

CI Documentation:

Code:
RewriteRule ^(.*)$ index.php/$1 [L]
Reply


Messages In This Thread
RE: CodeIgniter 3 routes don't work in HTTPS - by sammyskills - 11-30-2020, 07:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB