Skip to content

Instantly share code, notes, and snippets.

@lynt-smitka
Created January 19, 2018 10:06
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 lynt-smitka/ecc005dd6c9ecd065d994c343a91435f to your computer and use it in GitHub Desktop.
Save lynt-smitka/ecc005dd6c9ecd065d994c343a91435f to your computer and use it in GitHub Desktop.
require all denied
<FilesMatch ^$>
require all granted
</FilesMatch>
<FilesMatch \.(js|gif|jpg|jpeg|png|svg|webp|webm|ico|woff|woff2|eot|ttf|otf|pdf|css|htm|html|txt|gz|php)$>
require all granted
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment