|
|
```
|
|
|
```xml
|
|
|
############################################
|
|
|
## uncomment these lines for CGI mode
|
|
|
## make sure to specify the correct cgi php binary file name
|
... | ... | @@ -217,9 +217,9 @@ 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 ".(zip|sql|htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
|
|
|
Order Allow,Deny
|
|
|
Deny from all
|
|
|
</FilesMatch>
|
|
|
|
|
|
<Files RELEASE_NOTES.txt>
|
... | ... | |