diff --git a/public/.htaccess b/public/.htaccess index cbc786893a070c031adbbd5f9cfb3ec3051bdf0b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +0,0 @@ - - Options +FollowSymlinks -Multiviews - RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] -