Title: HTTPS wrong redirection
Last modified: January 20, 2017

---

# HTTPS wrong redirection

 *  Resolved [Deciso](https://wordpress.org/support/users/deciso/)
 * (@deciso)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-strange-redirection/)
 * Hello,
 * problem with Cache Enabler and HTTPS.
 * When i open my site in the browser (Chrome/Safari) its redirect to:
    [https://website.de/wp-content/cache/cache-enabler/website.de/index.html.gz](https://website.de/wp-content/cache/cache-enabler/website.de/index.html.gz)
 * I isolate that problem by the way. It only redirects like this, when i use _[http://website.de](http://website.de)_
   and not _[https://website.de](https://website.de)_ for open the page.
 * Any idea to fix this? Many users write me and report this error.
 * EDIT: And of course i have a redirection for http to https and www to non-www
   in my .htacess.
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTPS} off [OR]
       RewriteCond %{HTTP_HOST} ^www\. [NC]
       RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
       RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
       </ifModule>
       ```
   
    -  This topic was modified 9 years, 4 months ago by [Deciso](https://wordpress.org/support/users/deciso/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Deciso](https://wordpress.org/support/users/deciso/)
 * (@deciso)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-strange-redirection/#post-8677577)
 * Try other Caching Plugins – Work perfectly. It may be an bug in Cache Enabler/
   Cachify.
 *  [codyarsenault](https://wordpress.org/support/users/codyarsenault/)
 * (@codyarsenault)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-strange-redirection/#post-8678909)
 * Do you happen to be using the Cache Enabler’s advanced snippet in your .htaccess?
 *  Thread Starter [Deciso](https://wordpress.org/support/users/deciso/)
 * (@deciso)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-strange-redirection/#post-8679875)
 * After Update to new Version… works great actually. I post it, when the error 
   came back.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTTPS wrong redirection’ is closed to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 3 replies
 * 2 participants
 * Last reply from: [Deciso](https://wordpress.org/support/users/deciso/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/https-strange-redirection/#post-8679875)
 * Status: resolved