Title: Using customizr theme with HTTPS ?
Last modified: August 31, 2016

---

# Using customizr theme with HTTPS ?

 *  [timecode](https://wordpress.org/support/users/timecode/)
 * (@timecode)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/using-customizr-theme-with-https/)
 * When I look at my site via https:// rather than regular http:// I notice that
   all resources loaded from the page (css, images, scripts, etc) are missing… because
   their src url still say’s http. Can this be changed, so that when access is made
   via https, the theme still works?

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/using-customizr-theme-with-https/#post-7130298)
 * Flagged to Developers
 *  [lecyril](https://wordpress.org/support/users/lecyril/)
 * (@lecyril)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/using-customizr-theme-with-https/#post-7130399)
 * Hi timecode,
 * I got it working on my website by using the https:// URL in Settings-General,
   and installing the “SSL Insecure Content Fixer” plugin (in the plugins settings,
   I use “Content”). Finally, I redirect all http requests to https with the following
   lines in the .htaccess:
 *     ```
       #enable SSL
       RewriteCond %{HTTP_HOST} ^pierreetleloup\.info$ [OR]
       RewriteCond %{HTTP_HOST} ^www\.pierreetleloup\.info$
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.pierreetleloup.info/$1 [R,L]
       # END enable SSL
       ```
   
 * You might want to try this 😉 I know it might be an overkill, and maybe some 
   of these steps are redundant, but anyway it works fine now!
 * Cyril
    In case you want to check, my website is -https://www.pierreetleloup.info
 *  Thread Starter [timecode](https://wordpress.org/support/users/timecode/)
 * (@timecode)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/using-customizr-theme-with-https/#post-7130520)
 * Thank you lecyril
 * I used the following:
    - Settings-General-WordPress Address (URL): [https://mydomain.com](https://mydomain.com)
    - Install plugin “SSL Insecure Content Fixer” (with this plugin’s settings set
      to “Content”)
 * I use CloudFlare and have their “Always use https” function switched ‘on’, so
   I didn’t modify the .htaccess file.
 * Many thanks 🙂

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

The topic ‘Using customizr theme with HTTPS ?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [timecode](https://wordpress.org/support/users/timecode/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/using-customizr-theme-with-https/#post-7130520)
 * Status: not resolved