• Hello,

    This plugin is perfect to protect images and texts, especially since the last update!

    But some monitoring tools simply undo what this plugin does!!! Anyone knows a way to block on line monitoring tools that use dynamic IPs when analizing pages? I′ve tried these two codes by editing .htaccess but they don′t work:

    —–

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} domainname\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} anotherdomainname\.com
    RewriteRule .* – [F]

    —–

    SetEnvIfNoCase Referer “domainname.com” bad_referer
    Order Allow,Deny
    Allow from ALL
    Deny from env=bad_referer

    Any help would be appreciated!!

    Julia

    The page I need help with: [log in to see the link]

  • The topic ‘On line monitoring tools vs. WP CCP&NRC’ is closed to new replies.