• Really like the simplicity of this plugin.

    I am attempting to bypass PHP entirely and have modified the .htaccess file as per the documentation here: https://www.keycdn.com/support/wordpress-cache-enabler-plugin#advanced-configuration

    Unfortunately this isn’t bypassing PHP. Once the homepage is cached, If I add the following to the top of my .htaccess file:

    php_flag engine off

    when I look at the homepage in a private window with no cookies, I get the source code of the WordPress bootstrap index file displayed. This suggests that PHP is not being bypassed and it is instead loading the index.php file first.

  • The topic ‘Advanced configuration via .htaccess not working’ is closed to new replies.