I'm using wordpress with woocommerce. After uninstall WP Super Cache one page is still cached. This was set in wp-super-cache under: Advanced Tab>Directly Cached Files. I've done this:
- deleting plugin > accept to delete all files
edited wp-config.php:
- change wp_cache:true to wp_cache false
- deleted this lines: WPCACHEHOME, FS_METHOD, FS_CHMOD_DIR, FS_CHMOD_DIR & WP_TEMP_DIR
- deleted the lines from wp super cache in the .htacces file
But still the page is cached (www.itmustbeperfect.nl/product-categorie/armbanden/).
Doest anyone knows a solution? Thnx!