February 1st 2012
@alexyork3d Hi Alex. It?s all working fine now. Drop a ticket in please detailing what you?re seeing. We can see you?re getting email.

February 1st 2012
We?ve had some issues with email delivery due to an attack. It has been mitigated. Some clients may notice slight email delays from earlier

February 1st 2012
@ByRonnie hi Ron, all replied to!

February 1st 2012
@alexyork3d no not just you!

You are here: Home » FAQ » Java Agents In My Web Logs

Java Agents In My Web Logs

If you investiage your web logs you may notice from time to time that an unusual entry is present.

'Java/1.5.0_06'

It is common practice these days for spammers and content leechers on the Internet to use agents such as "Java/1.5.0_06" to essentially steal content from your site in order to boost their own website rankings above yours.

Fortunately we have developed a small amount of code that effectively blocks these automated leeching agents from your website.

Firstly you need to create an .htaccess file

Secondly you need to add the following code 'as is'

#block java leechers
RewriteCond %{HTTP_USER_AGENT} ^java
RewriteCond %{HTTP_USER_AGENT} ^Java
RewriteRule .* - [F]

If you visit your site and get an Internal Server Error please recheck the syntax and/or contact our support for further details.



Tell Someone About This Page