diff --git a/public/.htaccess b/public/.htaccess index 189ec9ae332bb964dcb56a626c3730be95561f7d..f2be5c76cb590db1a7baf8dba72424af4122e98b 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -31,7 +31,7 @@ Options All -Indexes # request to the front controller, index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA] + RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA] # Ensure Authorization header is passed along RewriteCond %{HTTP:Authorization} .