Skip to content

Instantly share code, notes, and snippets.

@gish
Created April 16, 2013 07:17
Show Gist options
  • Save gish/5394009 to your computer and use it in GitHub Desktop.
Save gish/5394009 to your computer and use it in GitHub Desktop.
Forbid access to WordPress license and readme files
<IfModule mod_rewrite.c>
RewriteRule ^readme.html - [F]
RewriteRule ^licens(.*).txt - [F]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment