Hi All,
For last few days I have been getting lot of hits on my website from IP Addresses like 127.0.0.2 to 127.0.0.9.
I am fearing that these hits could be harmful for my site as there are no more info associated with these hits except the IP addrress in statcounter logs.
I have blocked IP using .htaccess using code given below but these hits still logging.
order allow,deny
deny from 127.0.0
allow from all
Can any one please guide me what are these?
Thanks,