Welcome Guest, Not a member yet? Register   Sign In
Hiding index.php with CI4 and MAMP
#1

(This post was last modified: 09-10-2021, 02:03 PM by jreklund.)

Seems like I've found so many posted solutions to this problem and it took a while until one worked for me.
The only thing that worked for me was to change
Code:
public $indexPage = 'index.php';

to 

Code:
public $indexPage = '';

inside of /app/Config/App.php.

I'm assuming rewriting with .htaccess should work, but I can't seem to get it to.

Are there any problems with using the $indexPage fix?

Thanks.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB