Skip to content

Instantly share code, notes, and snippets.

@surajbajracharya
Created July 30, 2019 15:31
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/12ee278a37da9e4cd2d0ad6125905d13 to your computer and use it in GitHub Desktop.
Save surajbajracharya/12ee278a37da9e4cd2d0ad6125905d13 to your computer and use it in GitHub Desktop.
Use WordPress .htaccess File to Secure Your Website for Users and Search Engines
<Limit GET POST>
order allow,deny
deny from 123.456.78.9
allow from all
</Limit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment