Skip to content

Instantly share code, notes, and snippets.

@surajbajracharya
Last active July 30, 2019 15:19
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 surajbajracharya/55c62173dc08775b899e734e718cddd6 to your computer and use it in GitHub Desktop.
Save surajbajracharya/55c62173dc08775b899e734e718cddd6 to your computer and use it in GitHub Desktop.
Use WordPress .htaccess File to Secure Your Website for Users and Search Engines
<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