You can fix the problem. Please have a look at the following tutorial.
http://www.wpfastestcache.com/tutorial/redirection-to-wp-contentcacheallindex-html-problem/
Please let me know after you have done.
Thread Starter
dvize
(@dvize)
this did not work… however helped me work out that the plugin “Really Simple SSL” was conflicting.. I have removed the plugin and all is working.
Thread Starter
dvize
(@dvize)
removing RS SSL plugin stops redirecting to https: meaning fastcache does not work with https
one approach could be for fastcache to wrote the redirect http to https code as an option in plugin … or send the code to be manually inserted.
here is the code generated by RS SSL
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.6]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
if i add your suggested code, the redirect stops working
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.6]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !wp-content\/(cache|wpfc-mobile-cache)
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
Thread Starter
dvize
(@dvize)
switching off cache viua settings and switching it back on has worked
Thread Starter
dvize
(@dvize)
ahh that only worked for a bit… must of been because cache was empty
contact to me via email and I fix it as soon as possible: fastestcache@gmail.com