WPML Update – htaccess code created in Root htaccess file

Home Forums BulletProof Security Pro WPML Update – htaccess code created in Root htaccess file

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

    After I updated WPML settings, it wanted to apply Htaccess change as follow:

    # 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

    What to do (file is in quaranteen)?

    #37625
    AITpro Admin
    Keymaster

    Delete the Root htaccess file (auto_.htaccess = Root .htaccess file) in Quarantine.  Go to the BPS Pro > B-Core > htaccess File Editor tab page and lock your Root htaccess file to prevent this problem from occurring again.  Also turn on AutoLock.  The generic WordPress Rewrite htaccess code that WPML is adding to the Root htaccess file already exists in BPS Rewrite htaccess code.  BPS incorporates the WordPress standard Rewrite htaccess code already.

    #37626
    Ljubomir Manojlovic
    Participant

    Thanks

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