Forum Moderators: phranque

Message Too Old, No Replies

(.htaccess)blocking doesn't work? Why

         

Jo555

12:24 am on Dec 10, 2006 (gmt 0)

10+ Year Member



I put the line below into .htaccess,
deny from .ftth.ucom.ne.jp

but afterwards I found the line below in the webalizer statistics.
# Hits Files KBytes Visits Hostname
22 3262 4 6842 2 221x246x33x202.ap221.ftth.ucom.ne.jp

It seems to me that the blocking is not working.
But what's wrong with the .htaccess?

I'm a newbie for .htaccess. Can anybody kindly give any comments?

jdMorgan

1:37 am on Dec 10, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Remove the period preceding the domain name:

Deny from ftth.ucom.ne.jp

Ref: [httpd.apache.org...]

Jim