Skip to content

Instantly share code, notes, and snippets.

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 matthijskooijman/0ea492468b5b878c3fd39110bde4f33d to your computer and use it in GitHub Desktop.
Save matthijskooijman/0ea492468b5b878c3fd39110bde4f33d to your computer and use it in GitHub Desktop.
#AIOWPS_LOGIN_WHITELIST_START
<FilesMatch "^(wp-login\.php)">
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from www.fablabamersfoort.nl
Allow from 37.97.157.192
Allow from 145.130.146.23
Allow from 82.161.203.30
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
Require local
Require ip 127.0.0.1
Require host www.fablabamersfoort.nl
Require ip 145.130.146.23
Require ip 82.161.203.30
</IfModule>
</FilesMatch>
#AIOWPS_LOGIN_WHITELIST_END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment