I've been thinking about writing a Rewrite rule to take 403 hits from certain hosts and redirect them someplace horrible. Does this make sense? RewriteCond %{REMOTE_HOST} *loserville.net RewriteRule ^/$ http://www.example.com Any informed input would be greatly appreciated. MPF