Welcome Guest, Not a member yet? Register   Sign In
Problems with CodeIgniter 4.0.4
#8

You may need to change the .htaccess file.

Code:
# from this to the below
RewriteRule ^(.*)$ index.php/$1 [L]

# Change to this on some servers
RewriteRule ^(.*)$ index.php?/$1 [L]

And do not forget that the base url needs to end with a forward slash.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Problems with CodeIgniter 4.0.4 - by Omar Crespo - 09-02-2020, 12:57 PM
RE: Problems with CodeIgniter 4.0.4 - by chenzen - 09-02-2020, 02:47 PM
RE: Problems with CodeIgniter 4.0.4 - by InsiteFX - 09-03-2020, 04:07 AM
RE: Problems with CodeIgniter 4.0.4 - by chenzen - 09-02-2020, 07:02 PM
RE: Problems with CodeIgniter 4.0.4 - by demyr - 09-03-2020, 12:51 AM
RE: Problems with CodeIgniter 4.0.4 - by InsiteFX - 09-06-2020, 06:19 AM
RE: Problems with CodeIgniter 4.0.4 - by chenzen - 09-06-2020, 11:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB