Welcome Guest, Not a member yet? Register   Sign In
Following tutorial and getting a 404 when accessing controllers
#5

Some time you need to change:

From this:
PHP Code:
RewriteRule ^(.*)$ index.php/$[L

To this:
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Following tutorial and getting a 404 when accessing controllers - by InsiteFX - 02-16-2019, 04:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB