Forum Moderators: phranque

Message Too Old, No Replies

htaccess ip redirect

instead of 403

         

soapystar

1:02 pm on Jan 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



rather than load my logs with 403's can an ip deny be written so as to redirect the ip to another site as can be done easily i know by referrer.

jdMorgan

2:14 pm on Jan 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, but then your logs will be full of 301 responses instead of 403 responses.

If you don't want them logged at all, you need to set up custom logging (requires httpd.conf access) or block them at the firewall.

Jim

soapystar

2:52 pm on Jan 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



duh! yes i wasnt thinking straight. I do have full access so i will read up on that. Thanks.