Forum Moderators: phranque
how do i do that, or is it even possible?
grrtz
Order allow,deny
deny from 213.46.83.7
allow from all
which works, because i tested it on myself,
i can't reach the site,
however, i want the ip's i blocked to be redirected to another site
i found this code
but that does not work?
RewriteCond %{REMOTE_ADDR} ^86\.xyz\.4\.182$ [OR]
RewriteCond %{REMOTE_ADDR} ^75\.xyz\.244\.27$
RewriteRule .* http://www.usdoj.gov/criminal/cybercrime/cyberstalking.htm [R,L]
any help is welcome
grtz
[edited by: jdMorgan at 3:18 pm (utc) on April 21, 2007]
[edit reason] Obscured IP addresses [/edit]
Take a look at the Apache ErrorDocument directive [httpd.apache.org].
You can use that to define a custom error page for 403-Forbidden responses.
Jim