Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Fixmysite/61ceca26d3bf0b411b8c65b7798d62b5 to your computer and use it in GitHub Desktop.

Select an option

Save Fixmysite/61ceca26d3bf0b411b8c65b7798d62b5 to your computer and use it in GitHub Desktop.
# Block the include-only files.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment