2가지 방법을 이용할 수 있다.
<RequireAll> Require all granted Require not ip 123.123.123.123 </RequireAll>
RewriteCond %{HTTP:X-FORWARDED-FOR} ^123.123.123.123$ [OR] RewriteCond %{REMOTE_ADDR} ^123.123.123.123$ RewriteRule !blocked.php$ /blocked.php [L,R=301]