Use with Roots Bedrock
-
I’m using the Roots Bedrock WP project framework and would like to use WP Super Cache with it.
Bedrock changes the folder hierarchy to the structure shown below, and this seems to break WP Super Cache. I tweaked a couple of lines to get the caching to work but the Preload feature doesn’t work so even if I manually hit all the pages, the cache is lost after expiration and not re-loaded by Preload.Can you give any advice about how I might change the code in order to get it to work with this folder structure?
├── composer.json
├── config
│ ├── application.php
│ └── environments
│ ├── development.php
│ ├── staging.php
│ └── production.php
├── vendor
└── web
├── app
│ ├── mu-plugins
│ ├── plugins
│ ├── themes
│ └── uploads
├── wp-config.php
├── index.php
└── wp
- The topic ‘Use with Roots Bedrock’ is closed to new replies.