Bitnami Custom Code question

Home Forums BulletProof Security Pro Bitnami Custom Code question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37600
    Ljubomir Manojlovic
    Participant

    I set all, including Custom Code for MainWP and Short Pixels. Only remaining question is about part of original file set by Bitnami:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I ask it because if I remember well, it cause Quarantine as somehow, it always want to go back (not sure after what action of the server).

    #37601
    AITpro Admin
    Keymaster

    That is standard WordPress Rewrite htaccess code, which BPS already incorporates in your Root htaccess file.  BPS modifies the WordPress Rewrite htaccess code in order to include security rules within the Start and End of the WordPress Rewrite htaccess code.  So you don’t need to add that standard WordPress Rewrite htaccess code and if you do add it you will cause a Rewrite loop problem.

    #37602
    Ljubomir Manojlovic
    Participant

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.