Hi,
I have an issue with 1 site atm. I'm receiving 300 hits or so everyday that is really unproductive from my noref_in.
When looking to my detailed stats for this section, I see ''none'' language appearing as 1st language entering the site.
I have talked to my host & they told me that it could be bots/crawlers & I've been advised to put the code below in my .htaccess file at the root of this domain to filter those hits.:
RewriteEngine On
RewriteCond %{HTTP:Accept-Language} ^$ [NC]
RewriteCond %{HTTP_REFERER} ^$ [NC]
RewriteCond %{REQUST_URI} !^/index2.html
RewriteCond %{REQUST_URI} ^/$ [OR]
RewriteCond %{REQUST_URI} ^/index.html$
RewriteRule .* /index2.html [L,R=301]
Unfortunetely, it didn't solve anything. I still get too many of those hits (250). I've checked User Agents, IPs & I can't pinpoint what could be doing this.
Thing is, the only IPs I see in TP , are the ones that are active but can't see those entering the site that aren't active.
Logs could probably help a bit, so long as you know what to look for which isn't the case actually.
Have any clue how could find what are those ''none'' language hits appearing in TP?
Thanks.