Viewing 3 replies - 1 through 3 (of 3 total)
  • From the readme.txt:

    If you only want to use the WP-Cache engine then edit your wp-config.php or create an mu-plugin that sets the constant 'DISABLE_SUPERCACHE' to 1.

    Thread Starter luckystar2016

    (@luckystar2016)

    I saw that note in the readme text but i was expecting more detalis.

    What should i edit in wp-config.php?

    Sa?a

    (@stodorovic)

    Probably, you need to add line which defines constant DISABLE_SUPERCACHE if this constant doesn’t exist.

    Something like this:

    define( 'DISABLE_SUPERCACHE', 1);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable supercache’ is closed to new replies.