WP-SimpleViewer 500 Error

Home Forums BulletProof Security Free WP-SimpleViewer 500 Error

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

    1. Copy this .htaccess code below to the CUSTOM CODE PLUGIN SKIP/BYPASS RULES: Add ONLY personal plugin skip/bypass rules here: text box.
    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.

    # WP-Simpleviewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]

    NOTE: If your WordPress installation is in a subfolder then add your WordPress subfolder name in the path.
    Example:

    # WP-Simpleviewer skip/bypass rule
    RewriteCond %{REQUEST_URI} ^/myWordPressFolder/wp-content/plugins/wp-simpleviewer/ [NC]
    RewriteRule . - [S=13]
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.