Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AITpro

    (@aitpro)

    The thumb.php timthumb script/file is already whitelisted in the BPS root .htaccess file code, BUT depending on how your theme is calling that thumb.php script/file you may need to add an additional theme skip/bypass rule:

    https://forum.ait-pro.com/forums/topic/images-not-displaying-after-bulletproof-security-free-plugin-was-enabled-and-configured/#post-9288

    1. Copy this .htaccess code 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 Security Modes page, click the Create secure.htaccess File AutoMagic button and Activate Root Folder BulletProof Mode.

    Note: Change “Your-Theme-Name” to your actual Theme’s name.

    # Theme Thumbnailer script skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/themes/Your-Theme-Name/thumb\.php [NC]
    RewriteRule . - [S=13]
    Plugin Author AITpro

    (@aitpro)

    Is this issue/problem resolved? If not, please post a BPS Security Log entry that shows exactly what is being blocked.

    Thread Start Date: 3-2-2015 to 3-3-2015
    Current Date: 3-5-2015

    Plugin Author AITpro

    (@aitpro)

    Assuming all questions have been answered – thread has been resolved. If the issue/problem is still occurring or you have additional questions about this specific thread topic then you can post them at any time.

    Thread Start Date: 3-2-2015 to 3-3-2015
    Thread Resolved/Current Date: 3-9-2015

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail creation fails’ is closed to new replies.