Forum Moderators: phranque
RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^#*$!\.#*$!\.xxx\.
RewriteRule .* - [F]
I'm getting the denials I want, but the server (or is it my htaccess) continues to look up and return the host's name. Why? And how can I stop HostnameLookups?
My problem is that I've got a very important redirect in one of my pages which works according to the reader's IP address, so it's not working.
Any ideas?
Most grateful for this forum, by the way. Thanks.