Skip to content

Instantly share code, notes, and snippets.

@roscabgdn
Created April 25, 2016 17:14
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 roscabgdn/863e10d2746551ea3774992bb38e8e85 to your computer and use it in GitHub Desktop.
Save roscabgdn/863e10d2746551ea3774992bb38e8e85 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