Slim 4 - HttpNotFoundException

Hi,
this solution work fine for me without change pattern of routes :

Add $app->setBasePath("/youralias");
After AppFactory::create();

on the .htaccess verifiy this line :
RewriteRule ^ /youralias/index.php [QSA,L]

source:

1 Like