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

    (@aitpro)

    Check your BPS Security log and post one of the logged errors that has an image file error.

    Plugin Author AITpro

    (@aitpro)

    Is this issue/problem resolved? If so, please resolve this thread. If not, please post a status update. Thank you.

    Thread Starter cemocemo

    (@cemocemo)

    hi,
    thanks for reply…
    i check the log files, there are some reports about timthumb.php,.
    i’m affraid of activating the Root Folder .htaccess Security Mode, because when i activate, then i must backup the web page. after deactivate the securty mode, the images still doesnt show. do you need the copy of log files?
    thanks again…

    Plugin Author AITpro

    (@aitpro)

    If the Security Log entries have a path to your Theme in the logged error then use this method to whitelist the image link.

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

    If the Security Log errors are showing some other path then I would need to see what that path is to help you.

    Thread Starter cemocemo

    (@cemocemo)

    i add img\.php bu it doesnt help. i tried the second method but there is no CUSTOM CODE PLUGIN FIXES text box in Root htaccess File Custom Code tab.

    i get this log message

    REQUEST_URI: /wp-content/themes/FBlog-2/timthumb.php?src=http://www.fesatoder.com/wp-content/uploads/2013/07/1-300×1501.jpg&h=250&w=500
    QUERY_STRING:
    HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

    Plugin Author AITpro

    (@aitpro)

    img\.php is for that particular person’s website that was posted in the Forum link above since that is the actual name of the file on that person’s website.

    For your particular website the skip/bypass rule would be this:

    1. Copy this .htaccess code below to the Custom Code CUSTOM CODE PLUGIN FIXES: text box
    2. Save your new custom code by clicking the Save Root Custom Code button.
    3. Click the Create secure.htaccess File AutoMagic button on the Security Modes page.
    4. Activate BulletProof Mode for your Root folder on the Security Modes page.

    NOTE: If your WordPress installation is in a subfolder then add your WordPress subfolder name in the path.
    Example: /my-wordpress-installation-folder-name/wp-content/themes/…

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

    (@aitpro)

    A correction was made to the code above. see the new code above.

    Thread Starter cemocemo

    (@cemocemo)

    under “custom code” there are two section. 1) Root htaccess File Custom Code and 2) wp-admin htaccess File Custom Code

    in the first one there isn’t CUSTOM CODE PLUGIN FIXES text box. there is a box named CUSTOM CODE PLUGIN SKIP/BYPASS RULES. i’ve past the code you wrote but nothing changed.

    in “wp-admin htaccess File Custom Code” section there is a textbox called CUSTOM CODE WPADMIN PLUGIN FIXES i tried that one too but not helped.

    after pasting the code i check all htaccess files in edit/upload/download sectin but i couldnt find the code i’ve pasted.

    one more thing: i get some warnings “WARNING! Custom Permalinks are NOT being used. It is recommended that you use Custom Permalinks.” is it about this problem?

    Thread Starter cemocemo

    (@cemocemo)

    ok i’ve solved the problem. i’ve forgot to create new secure.htaccess file and activate it. thanks for your help…

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘images doesn't appear in FBlog theme’ is closed to new replies.