Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created July 24, 2019 03:09
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 ochilab/99a35649ec5bee6323e57eb7ad6ce8f9 to your computer and use it in GitHub Desktop.
Save ochilab/99a35649ec5bee6323e57eb7ad6ce8f9 to your computer and use it in GitHub Desktop.
WordPressの管理画面にアクセス制限するための.htaccessの記述
<Files wp-login.php>
Order deny,allow
Deny from all
Allow from xx.xx.xx.xx
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment