Setup EWizard cannot do the Endurance Page Cache autofix

Home Forums BulletProof Security Free Setup EWizard cannot do the Endurance Page Cache autofix

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35157
    Hannah
    Participant

    Hi, just starting a new site for a client and setting up the plugins. Installed BPS free after making notes about what was included in the htaccess file before activating BPS. I could see that the new php handler code was added automatically to BPS Custom Code, but kept getting the EPC warning that the plugin was installed bit no code for it was found in htaccess. Followed the instructions, but the setup wizard was still unable to add the code to htaccess/custom code. It does look like they have changed the htaccess code again, and I notice there are now 4 MU plugins associated with EPC (5 total, including the one for BPS). Here is what their default htaccess code looks like now:

    # BEGIN WordPress
    AddHandler application/x-httpd-ea-php70 .php
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access plus 6 hours"
    ExpiresByType image/jpeg "access plus 6 hours"
    ExpiresByType image/gif "access plus 6 hours"
    ExpiresByType image/png "access plus 6 hours"
    ExpiresByType text/css "access plus 6 hours"
    ExpiresByType application/pdf "access plus 1 week"
    ExpiresByType text/javascript "access plus 6 hours"
    ExpiresByType text/html "access plus 10 minutes"
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresDefault "access plus 3 hours"
    </IfModule>
    Header set X-Endurance-Cache-Level "2"
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~xxxxx/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~xxxxx/index.php [L]
    </IfModule>
    
    # END WordPress

    What should I do?

    #35159
    AITpro Admin
    Keymaster

    The general EPC code looks ok, but this is out of our juristication.  Please contact the EPC plugin author for any other help you need.

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