Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created October 21, 2019 12:43
Show Gist options
  • Save jaworowicz/2595b26850568bcc67d207f3ce8c1c00 to your computer and use it in GitHub Desktop.
Save jaworowicz/2595b26850568bcc67d207f3ce8c1c00 to your computer and use it in GitHub Desktop.
Secure wp-includes Folder. https://jaworowi.cz
<FilesMatch "\.(?i:php)$">
Order allow,deny
Deny from all
</FilesMatch>
<Files wp-tinymce.php>
Allow from all
</Files>
<Files ms-files.php>
Allow from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment