Created
November 20, 2017 13:18
-
-
Save shabbirbhimani/25b9ae600bdceca037100830f722d0e0 to your computer and use it in GitHub Desktop.
IP Restriction for admin.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Files admin.php> | |
Order Deny,Allow | |
Deny from all | |
Allow from XX.XX.XX.XX | |
Allow from YY.YY.YY.YY | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment