Welcome Guest, Not a member yet? Register   Sign In
Routing error in CI 4.0.0-rc.1
#4

I've found the solution !!!!
the error was in .htaccess file
i've just change the line : RewriteRule ^(.*)$ index.php/$1 [L]
by this one : RewriteRule ^(.*)$ index.php?/$1 [L]
just adding ? before the /$1
Reply


Messages In This Thread
Routing error in CI 4.0.0-rc.1 - by ComN'Stay - 09-22-2019, 10:28 AM
RE: Routing error in CI 4.0.0-rc.1 - by kilishan - 09-23-2019, 07:00 AM
RE: Routing error in CI 4.0.0-rc.1 - by ComN'Stay - 09-23-2019, 07:13 AM
RE: Routing error in CI 4.0.0-rc.1 - by ComN'Stay - 09-24-2019, 09:55 PM
RE: Routing error in CI 4.0.0-rc.1 - by kilishan - 09-25-2019, 06:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB