diff --git a/backend/.htaccess b/backend/.htaccess index 3459c6a..4261867 100644 --- a/backend/.htaccess +++ b/backend/.htaccess @@ -1,8 +1,5 @@ - + RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - + RewriteCond %{SCRIPT_FILENAME} !index.php$ RewriteRule (.*) index.php/$1 [L]