Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created August 29, 2019 11:05
Show Gist options
  • Save stefanpejcic/7dab63377d27963a5e7cd95e0748e5c2 to your computer and use it in GitHub Desktop.
Save stefanpejcic/7dab63377d27963a5e7cd95e0748e5c2 to your computer and use it in GitHub Desktop.
protect .htaccess
<files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment