Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created January 18, 2013 16:55
Show Gist options
  • Save ataylorme/4566032 to your computer and use it in GitHub Desktop.
Save ataylorme/4566032 to your computer and use it in GitHub Desktop.
Disallow with regex in .htaccess
Order Allow,Deny
allow from all
<FilesMatch "^.*\.log$">
Deny from all
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment