Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created August 29, 2019 11:12
Show Gist options
  • Save stefanpejcic/cacdd5b7a8a594392ff1cafe93daf76b to your computer and use it in GitHub Desktop.
Save stefanpejcic/cacdd5b7a8a594392ff1cafe93daf76b to your computer and use it in GitHub Desktop.
protect 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