Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cache] Not working in multisite #4

Open
scrobbleme opened this issue Jul 10, 2018 · 1 comment
Open

[Cache] Not working in multisite #4

scrobbleme opened this issue Jul 10, 2018 · 1 comment

Comments

@scrobbleme
Copy link
Contributor

No description provided.

@cyrfercom
Copy link

cyrfercom commented May 28, 2021

Workaround: add these two lines to the .htaccess just before the "# BEGIN WordPress" section.
Works at least in a directory based multisite, not tested on (sub)domain based multisite.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-content/cache/osm-tiles/.*) index.php [L]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants