Redirection to /wp-content/cache/all/index.html Problem

If there is a 301 redirection rule in htaccess, apache may redirect the url to http://yourdomain.com/wp-content/cache/all/index.html.

You need to add following condition before 301 RewriteRule to fix the problem.

Example:

This is a redirection sample.

You should paste the line into your 301 redirection rule as below.

Don’t update the rule of WP Fastest Cache

You need to add the line into your redirection rule, not into the rules of WP Fastest Cache.