Name: Anonymous 2007-07-20 2:40 ID:fwl/Q2LL
I've been trying to set up my mod_proxy to redirect all requests from a certain ip address to one page with mod_rewrite, but have been having some trouble. Any help here?
RewriteEngine on
RewriteCond %{REMOTE_ADDR} 219.104.184.91
RewriteRule .*$ banned.html [PT,L]