Title: Not actually making anything HTTPS at all
Last modified: August 24, 2016

---

# Not actually making anything HTTPS at all

 *  [digiholic](https://wordpress.org/support/users/digiholic/)
 * (@digiholic)
 * [11 years ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/)
 * Whether I set the pages in the URL filter or individually on their settings, 
   the pages simply don’t load over http. Even if manually typing in the https, 
   they redirect to http.
 * I have an SSL cert, and the force https on admin pages works, but not on any 
   normal pages.
 * [https://wordpress.org/plugins/wordpress-https/](https://wordpress.org/plugins/wordpress-https/)

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

 *  Thread Starter [digiholic](https://wordpress.org/support/users/digiholic/)
 * (@digiholic)
 * [11 years ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/#post-6067129)
 * So, I can’t edit my post, and for some reason, the forum hiccuped while I posted
   this and posted it six times. Sorry about the spam, but I can’t actually access
   any of the other posts to delete them.
 *  [simpsonhf](https://wordpress.org/support/users/simpsonhf/)
 * (@simpsonhf)
 * [11 years ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/#post-6067232)
 * use this in htacces in root
 * # WP REWRITE LOOP START
    RewriteEngine On RewriteBase / RewriteRule ^index\.php
   $ – [L]
 * RewriteEngine On
    RewriteCond %{SERVER_PORT} !=443 RewriteCond %{HTTP_HOST} ^(
   www\.)?example\.com$ [NC] RewriteRule ^$ [https://example.com%](https://example.com%){
   REQUEST_URI} [R=301,L]
 * example edit with your domain name
 *  Thread Starter [digiholic](https://wordpress.org/support/users/digiholic/)
 * (@digiholic)
 * [11 years ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/#post-6067240)
 * Well, it loads the HTTPS url now, but now it says it’s in a redirect loop.
 *  [vickyj](https://wordpress.org/support/users/vickyj/)
 * (@vickyj)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/#post-6067440)
 * I added this code to the top of the .htaccess file. Just change the domain name:
 * RewriteEngine On
    RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ [https://yourwebsite.com/$1](https://yourwebsite.com/$1)[
   R,L]
 * Refer to this forum thread: [https://wordpress.org/support/topic/permanent-redirect-from-http-to-https-not-working?replies=7](https://wordpress.org/support/topic/permanent-redirect-from-http-to-https-not-working?replies=7)

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

The topic ‘Not actually making anything HTTPS at all’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [vickyj](https://wordpress.org/support/users/vickyj/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/not-actually-making-anything-https-at-all-1/#post-6067440)
 * Status: not resolved