In order to properly implement a site inoculation, you will want to use a combination of empty <a href> tags on your
home page and throughout your web site similar to this:
<a href="/leeches/index.html"></a>
and then add lines similar to the following to your web server configuration file:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro.*
RewriteRule ^/.* /leeches/index.html [L]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon.*
RewriteRule ^/.* /leeches/index.html [L]
RewriteCond %{HTTP_USER_AGENT} ^eCatch.*
RewriteRule ^/.* /leeches/index.html [L]
To prevent legitimate Web Robots from indexing the Wpoison
generated pages, create an entry in your robots.txt file (or create the file in your ~/www/htdocs/ directory if it does
not already exist) to disallow the /leeches/ directory, like this:
User-agent: *
Disallow: /leeches/