Title: Still have two sites, http and https
Last modified: March 23, 2017

---

# Still have two sites, http and https

 *  Resolved [jelliotto10](https://wordpress.org/support/users/jelliotto10/)
 * (@jelliotto10)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/)
 * I downloaded and activated this plugin but my issue remains. If you go to [http://jeffjourneys.com](http://jeffjourneys.com),
   the site uses old content that isn’t updating. After publishing a new post and
   making changes to my site at [https://jeffjourneys.com](https://jeffjourneys.com),
   the changes do not reflect on the unsecured site. The plugin has not merged them.
   Any idea how to remove or redirect the unsecured site to the https site?

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

 *  [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/#post-8983989)
 * I hope it’s ok that I reply. jelliotto10, it looks like you haven’t set up the
   http to https redirect in your .htaccess file. This plugin fixes the insecure
   content in your website, it dose not handle redirections. The tutorial I’ve used
   is [http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/](http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/)
   and the lines you should add to your .htaccess are probably these, making sure
   of course that you replace [http://www.yoursite.com](http://www.yoursite.com)
   with your actual URL:
 *     ```
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L]
       ```
   
 * It’s vital that you save a copy of the original file before making any changes
   since the potentiall for breaking your site is very high. If there’s a problem
   just switch back the original file.
    -  This reply was modified 9 years, 1 month ago by [Hungrynow](https://wordpress.org/support/users/hungrynow/).
 *  [Marius](https://wordpress.org/support/users/condacore/)
 * (@condacore)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/#post-9066599)
 * Thank you [@hungrynow](https://wordpress.org/support/users/hungrynow/)

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

The topic ‘Still have two sites, http and https’ is closed to new replies.

 * ![](https://ps.w.org/http-https-remover/assets/icon-256x256.jpg?rev=1515967)
 * [SSL Mixed Content Fix](https://wordpress.org/plugins/http-https-remover/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/http-https-remover/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/http-https-remover/)
 * [Active Topics](https://wordpress.org/support/plugin/http-https-remover/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/http-https-remover/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/http-https-remover/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Marius](https://wordpress.org/support/users/condacore/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/#post-9066599)
 * Status: resolved