Skip to content

Instantly share code, notes, and snippets.

@sanusart
Created July 12, 2014 05:57
Show Gist options
  • Select an option

  • Save sanusart/6d7e329305a9680487ef to your computer and use it in GitHub Desktop.

Select an option

Save sanusart/6d7e329305a9680487ef to your computer and use it in GitHub Desktop.
Block access to specific file types by extension #htaccess #security #apache
<Files ~ "\.(js|sql)$">
order deny,allow
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment