WordPress post.php 403 error, edit images 403 error

Home Forums BulletProof Security Pro WordPress post.php 403 error, edit images 403 error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4436
    AITpro Admin
    Keymaster

    Email Question:

    I also have what seems to be core WordPress files (to edit images within a post) that are being blocked:

    >>>>>>>>>>> 403 GET or Other Request Error Logged - 16 April, 2013 - 02:14 <<<<<<<<<<<
    REMOTE_ADDR: xxxxxx
    Host Name: xxxxxx
    HTTP_CLIENT_IP:
    HTTP_FORWARDED:
    HTTP_X_FORWARDED_FOR:
    HTTP_X_CLUSTER_CLIENT_IP:
    REQUEST_METHOD: GET
    HTTP_REFERER: [domain name removed for privacy]/wp-admin/post.php?post=187&action=edit
    REQUEST_URI: /wp-includes/js/tinymce/plugins/wpeditimage/editimage.html?ver=358-23746
    QUERY_STRING:
    HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
    #4437
    AITpro Admin
    Keymaster

    Add this wp-admin .htaccess bypass / skip rule below to the wp-admin Custom Code box – CUSTOM CODE WPADMIN PLUGIN FIXES: , click the Save wp-admin custom code button and then activate BulletProof Mode for your wp-admin folder again. The skip rule must be [S=2] because it will be written to your wp-admin .htaccess file above skip / bypass rule [S=1]. This bypass / skip rule is safe to use because the wp-admin area is protected with WP Authentication security.

    # post.php skip/bypass rule
    RewriteCond %{REQUEST_URI} (post\.php) [NC]
    RewriteRule . - [S=2]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.