diff --git a/.gitignore b/.gitignore index 1493d4502..c3ba5a6db 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.log /.env /public/uploads/* +/public/.htaccess +/public/nginx.htaccess !/public/uploads/index.html /runtime/* !/runtime/index.html diff --git a/public/.htaccess b/public/.htaccess index cbc786893..e69de29bb 100755 --- 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] -