generated from bisco/codex-bootstrap
28 lines
579 B
Plaintext
28 lines
579 B
Plaintext
ServerTokens Prod
|
|
ServerSignature Off
|
|
TraceEnable Off
|
|
|
|
<LocationMatch "^/wp-content/(uploads|files)/.*\.php$">
|
|
Require all denied
|
|
</LocationMatch>
|
|
|
|
<LocationMatch "^/wp-config\.php$">
|
|
Require all denied
|
|
</LocationMatch>
|
|
|
|
<LocationMatch "^/wp-admin/includes/">
|
|
Require all denied
|
|
</LocationMatch>
|
|
|
|
<LocationMatch "^/wp-includes/[^/]+\.php$">
|
|
Require all denied
|
|
</LocationMatch>
|
|
|
|
<LocationMatch "^/wp-includes/js/tinymce/langs/.+\.php$">
|
|
Require all denied
|
|
</LocationMatch>
|
|
|
|
<LocationMatch "^/wp-includes/theme-compat/">
|
|
Require all denied
|
|
</LocationMatch>
|