Skip to content

Instantly share code, notes, and snippets.

@gocchiase
Created May 18, 2019 06:43
Show Gist options
  • Save gocchiase/6fc1b5bc38499328576f3fe07894bd7a to your computer and use it in GitHub Desktop.
Save gocchiase/6fc1b5bc38499328576f3fe07894bd7a to your computer and use it in GitHub Desktop.
Bảo vệ thư mục wp-content
Order deny,allow
Deny from all
<Files ~ ".(xml|css|jpe?g|png|gif|js)$">
Allow from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment