Skip to content

Instantly share code, notes, and snippets.

@hasssan
Last active December 14, 2015 12:58
Show Gist options
  • Save hasssan/5089983 to your computer and use it in GitHub Desktop.
Save hasssan/5089983 to your computer and use it in GitHub Desktop.
Wordpress: .htaccess
<files wp-config.php>
order allow,deny
deny from all
</files>
# Block the include-only files.
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment