diff --git a/.htaccess b/.htaccess index 9598aa1..1ed0b46 100644 --- a/.htaccess +++ b/.htaccess @@ -4,9 +4,9 @@ RewriteEngine on RewriteBase / # block git repo -RewriteRule ^.git/(.*) error [R=301,L] -RewriteRule ^.gitattributes error [R=301,L] -RewriteRule ^.gitignore error [R=301,L] -RewriteRule ^.gitmodules error [R=301,L] +RewriteRule ^.git/(.*) - [F,L] +RewriteRule ^.gitattributes - [F,L] +RewriteRule ^.gitignore - [F,L] +RewriteRule ^.gitmodules - [F,L]