[FIX] htaccess: use the right redirect
This commit is contained in:
parent
303aef1be0
commit
200216aa5c
|
@ -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]
|
||||
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in a new issue