diff --git a/public/.htaccess b/public/.htaccess index d142ad7..cbc7868 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,10 +1,8 @@ Options +FollowSymlinks -Multiviews RewriteEngine On - FileETag MTime Size RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] - + RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]