Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active November 13, 2021 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/01c3fd08c1c1cd8d7681e2da10fee965 to your computer and use it in GitHub Desktop.
Save Kaiderella/01c3fd08c1c1cd8d7681e2da10fee965 to your computer and use it in GitHub Desktop.
File .htaccess cho wp-includes
<Files *.php>
Order allow,deny
Deny from all
</Files>
<Files wp-tinymce.php>
Allow from all
</Files>
<Files ms-files.php>
Allow from all
</Files>
Options All -Indexes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment