Title: https not working
Last modified: August 31, 2016

---

# https not working

 *  [jimrvaughan](https://wordpress.org/support/users/jimrvaughan/)
 * (@jimrvaughan)
 * [10 years ago](https://wordpress.org/support/topic/https-not-working-6/)
 * WP Super Cache version 1.4.4
 * My website was using http and everything worked great.
 * Just moved the site to https and with WP super cache disabled everything works
   as expected.
 * However as soon as I enable WP super cache any cached pages are formatted incorrectly
   and the whole website as a result is quickly broken.
 * Is this fixed in a later version of WP super cache or WP? Do I need to make a
   change to WP super cache settings?
 * [https://wordpress.org/plugins/wp-super-cache/](https://wordpress.org/plugins/wp-super-cache/)

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

 *  Thread Starter [jimrvaughan](https://wordpress.org/support/users/jimrvaughan/)
 * (@jimrvaughan)
 * [10 years ago](https://wordpress.org/support/topic/https-not-working-6/#post-7191161)
 * Any ideas anyone? Is this meant to work?
 *  [dmbdua](https://wordpress.org/support/users/dmbdua/)
 * (@dmbdua)
 * [10 years ago](https://wordpress.org/support/topic/https-not-working-6/#post-7191167)
 * Hi,
 * First
 * Do you save fields in admin panel with https:// ?
    WordPress Address (URL) Site
   Address (URL)
 * Second
 * You can install plagin Really Simple SSL
    It’s helps with fix all http links 
   to https.
 * Third
 * In my .htaccess I put
 * RewriteEngine On
    RewriteBase / RewriteCond %{HTTP_HOST} !^.*mysite\.com$ RewriteRule(.*)
   [https://mysite.com/$1](https://mysite.com/$1) [R=301,L] RewriteCond %{HTTPS}!
   =on RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC] RewriteRule ^ [https://%](https://%){
   HTTP_HOST}%{REQUEST_URI} [L,R=301]

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

The topic ‘https not working’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [dmbdua](https://wordpress.org/support/users/dmbdua/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/https-not-working-6/#post-7191167)
 * Status: not resolved