... | ... | @@ -217,6 +217,11 @@ RewriteRule ^downloader/ - [L,R=403] |
|
|
###########################################
|
|
|
## Deny access to release notes to prevent disclosure of the installed Magento version
|
|
|
|
|
|
<FilesMatch "\.(zip|sql)$">
|
|
|
Order allow,deny
|
|
|
Deny from all
|
|
|
</FilesMatch>
|
|
|
|
|
|
<Files RELEASE_NOTES.txt>
|
|
|
order allow,deny
|
|
|
deny from all
|
... | ... | |