Title: Using Https or Http address on site
Last modified: April 8, 2020

---

# Using Https or Http address on site

 *  [Carolyn Melo](https://wordpress.org/support/users/nubiesan/)
 * (@nubiesan)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/using-https-or-http-address-on-site/)
 * Hello! I have migrated the whole site to https, but seem to be having an SEO 
   problem with rankings, since apparently google is seeing both the http and https
   sites, which is “dualizing” the traffic. I have an SSL certificate through the
   host (GoDaddy).
 * I am not sure what dualizing traffic means. Can someone explain why this is bad
   or why it doesn’t matter?
 * Also, should the whole site be on https or should that be reserved for the checkout
   and cart pages only?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fusing-https-or-http-address-on-site%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [5 years, 12 months ago](https://wordpress.org/support/topic/using-https-or-http-address-on-site/#post-12646980)
 * Add this to the top of your .htaccess file. It will force your site to be “all
   https all the time.”
 *     ```
       RewriteEngine On
       RewriteCond %{HTTPS} !=on
       RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] 
       ```
   
    -  This reply was modified 5 years, 12 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

Viewing 1 replies (of 1 total)

The topic ‘Using Https or Http address on site’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/using-https-or-http-address-on-site/#post-12646980)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
