Would like to move the cache directory
-
My site is laid out as below. Would it be possible to move the cache directory to
htdocs/content/cache
? Having it in thewordpress/wp-content
directory is a problem because that directory is a git submodule and I’d like to keep it pristine.FYI, I used the yeoman generator-wordpress NPM package to create the site.
`/srv/www/sitename/htdocs
├── content
│?? ├── index.php
│?? ├── plugins
│?? ├── themes
│?? ├── uploads
├── index.php
├── wordpress
│?? ├── index.php
│?? ├── license.txt
│?? ├── wp-activate.php
│?? ├── wp-admin
│?? ├── wp-blog-header.php
│?? ├── wp-comments-post.php
│?? ├── wp-config-sample.php
│?? ├── wp-content
│?? ├── wp-cron.php
│?? ├── wp-includes
│?? ├── wp-links-opml.php
│?? ├── wp-load.php
│?? ├── wp-login.php
│?? ├── wp-mail.php
│?? ├── wp-settings.php
│?? ├── wp-signup.php
│?? ├── wp-trackback.php
│?? └── xmlrpc.php
└── wp-config.php
- The topic ‘Would like to move the cache directory’ is closed to new replies.