to make compatible with WP Fastest Cache
-
Hi @rogierlankhorst, I am the developer of WP Fastest Cache. Lots of people use WP Fastest Cache with Really Simple SSL. When the both plugin are uses concurrently, a little problem occurs.
The Problem
The url is redirected to https://yourdomain.com/wp-content/cache/all/index.html
Solution
The solution is so easy but when a user sees the problem, he is so afraid ?? and I’m tired of solving the problem manually. If you add the following rule into your code, it may be so good for all.
RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache)
https://www.wpfastestcache.com/tutorial/redirection-to-wp-contentcacheallindex-html-problem/
- The topic ‘to make compatible with WP Fastest Cache’ is closed to new replies.