• I installed the plugin and enabled it. I opened up IE which I am not logged in using IE and browse my site. I then check the folder \wp-content\cache\quick-cache\cache and only see .htaccess and qc-advanced-cache file in the folder. No cache files. I also looked at the source of my files and do not see any comments for quick cache.

    My server is running windows and using iis7. Is this plugin compatible with windows?

    I have no other plugins enabled except for this plugin and still nothing.

    https://wordpress.org/plugins/quick-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter auth1299

    (@auth1299)

    I would like to also add that the \wp-content\cache\quick-cache\cache directory has proper rights. I gave the group users full control over the folder.

    Plugin Author Raam Dev

    (@raamdev)

    Can you tell me what version of PHP you’re running?

    Also, you might want to enable debugging in your wp-config.php file, enable Quick Cache, visit a page that should get cached, and then check your wp-content/debug.log file for any relevant errors.

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    See also: http://codex.wordpress.org/Debugging_in_WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatible with Windows Server? plugin does not work.’ is closed to new replies.