• Resolved leurent

    (@leurent)


    Hello,

    Thank you for this plugin, it’s making my site faster,

    I would like to use the fallback page cache option, when I try to activate it I see this message ‘The file wp-config.php is not writable. Please add write permission to activate the fallback cache.’

    My host doesn’t allow this, but I am able to add lines of code by myself manually.

    Can you help on this, what should I add?

    Thanks
    Leurent

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @leurent,
    This is odd but to use the fallback cache you just need to add this following line after the starting <?php tag:

    define('WP_CACHE', true); // Added by WP Cloudflare Super Page Cache

    And you will be able to use the fallback disk cache.

    Thread Starter leurent

    (@leurent)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-config.php not writable’ is closed to new replies.