Accidentally removed with be2e203cc5
This commit is contained in:
@@ -356,6 +356,13 @@ AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
|
|||||||
Satisfy All
|
Satisfy All
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
|
# Block access to WordPress files that reveal version information.
|
||||||
|
<FilesMatch "^(wp-config\.php|readme\.html|license\.txt)">
|
||||||
|
Order allow,deny
|
||||||
|
Deny from all
|
||||||
|
Satisfy All
|
||||||
|
</FilesMatch>
|
||||||
|
|
||||||
# If your server is not already configured as such, the following directive
|
# If your server is not already configured as such, the following directive
|
||||||
# should be uncommented in order to set PHP's register_globals option to OFF.
|
# should be uncommented in order to set PHP's register_globals option to OFF.
|
||||||
# This closes a major security hole that is abused by most XSS (cross-site
|
# This closes a major security hole that is abused by most XSS (cross-site
|
||||||
|
|||||||
Reference in New Issue
Block a user