Comment Spam Pack Multisite – CAPTCHA images not displaying

Home Forums BulletProof Security Pro Comment Spam Pack Multisite – CAPTCHA images not displaying

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #13673
    AITpro Admin
    Keymaster

    This is older information and things may have changed or be different now in this plugin:  Contributed by the WPMU Dev website and Tom – The same general htaccess skip rule that you would use for standard WordPress plugins also applies to WPMU plugins.  In this specific example BPS was blocking the CAPTCHA images from displaying for the Comment Spam Pack MU plugin.

    Note:  I believe the installation folder is now /plugins and not /mu-plugins for this plugin.

    Create a plugin Skip/Bypass rule for the Comment Spam Pack plugin in BPS Custom Code.
    1. Copy the Comment Spam Pack plugin skip/bypass rule below to this BPS Root Custom Code text box:  CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES
    2. Click the Save Root Custom Code button.
    3. Go to the BPS Security Modes page and click the Root Folder BulletProof Mode Activate button.
    Note:  If your WordPress installation is a subfolder installation then add your WordPress folder name in the path.  Example:  /My-WordPress-Folder-Name/wp-content/plugins/wp-juicebox/

    # Comment Spam Pack MU Plugin - CAPTCHA images not displaying
    RewriteCond %{REQUEST_URI} ^/wp-content/mu-plugins/custom-anti-spam/ [NC]
    RewriteRule . - [S=13]

    or

    # Comment Spam Pack MU Plugin - CAPTCHA images not displaying
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/custom-anti-spam/ [NC]
    RewriteRule . - [S=13]

    or maybe none of the above anymore in the most current version of this plugin.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.