Title: SSL redirect issue
Last modified: August 30, 2016

---

# SSL redirect issue

 *  [sjosh36](https://wordpress.org/support/users/sjosh36/)
 * (@sjosh36)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ssl-redirect-issue-2/)
 * 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](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
 * [https://wordpress.org/plugins/wp-fastest-cache/](https://wordpress.org/plugins/wp-fastest-cache/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ssl-redirect-issue-2/#post-6424705)
 * Hi @ sjosh36, can you send me an email please? [fastestcache@gmail.com](https://wordpress.org/support/topic/ssl-redirect-issue-2/fastestcache@gmail.com?output_format=md)

Viewing 1 replies (of 1 total)

The topic ‘SSL redirect issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/ssl-redirect-issue-2/#post-6424705)
 * Status: not resolved