#Order deny,allow #Deny from all #Allow from 3.92.40.40 #Allow from 4.30.3.0/4 #Allow from 4.30.3.18 #Allow from 4.30.3.15 #Allow from 104.9.55.44 RewriteCond %{REMOTE_ADDR} !^(4\.30\.3\.[0-9]*)$ RewriteCond %{HTTP:X-Forwarded-For} !^(4\.30\.3\.[0-9]*)$ RewriteCond %{REMOTE_ADDR} !^(104\.9\.55\.44)$ RewriteCond %{HTTP:X-Forwarded-For} !^(104\.9\.55\.44)$ RewriteRule ^(.*) - [F] |
Ways to block user via .htaccess
by
Tags:
Leave a Reply