WP Fastest Cache redirect loop issue with ssl.
-
I am currently using WP Fastest Cache. Since my SSL install, I have been having a redirect issue. It loads the non-www. version as https://mydomainname.com/wp-content/cache/all//index.html
I was able to fix the www. version from loading that way by editing the .htaccess file. I changed the http to https.
RewriteCond %{HTTP_HOST} ^www.mydomainname.com [NC]
RewriteRule ^(.*)$ https\:\/\/mydomainname\.com\/$1 [R=301,L]If I change the www. to just mydomainname.com, I get a 301 redirect loop error.
Any ideas?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP Fastest Cache redirect loop issue with ssl.’ is closed to new replies.