Skip to content

Instantly share code, notes, and snippets.

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