• Hi,

    I’m using wp super cache for a large website which its content is very static, i like how super cache generates a html file for it to be very fast and want to use the feature on my AWS setup but for elastic server to work i need the plugin to be able to server files without checking if the cache folder has write permission or not (because that throws an error and plugin does not work)

    I have created a plugin that makes takes supercached files and converts all absolute paths to relative paths so it can work under a different domain.

    I can setup the wp-cache-config.php to be read only and set it up on deplyoHQ with the settings i need for the plugin to find the cached files and plugin folder to work.

    Is there a way to make super cache work without checking if the folder has write access?

The topic ‘static settings and server files only’ is closed to new replies.