Last active
August 31, 2015 10:36
-
-
Save onefriendaday/4fb55b97d5d3a4b8384e to your computer and use it in GitHub Desktop.
Block IP
This file contains hidden or 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
RewriteCond %{REMOTE_HOST} !^62\.99\.210\.9 | |
RewriteCond $1 !^(wartung_index\.php|images/) | |
RewriteRule ^(.*)$ /wartung_index.php/$1 [L] | |
RewriteCond %{HTTP_X_FORWARDED_FOR} !^62\.99\.210\.9 | |
RewriteCond $1 !^(wartung_index\.php|images/) | |
RewriteRule ^(.*)$ /wartung_index.php/$1 [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment