Title: SSL &#8211; Getting http instead of https
Last modified: August 20, 2016

---

# SSL – Getting http instead of https

 *  [Oded Ben-Ami](https://wordpress.org/support/users/oded-ben-ami/)
 * (@oded-ben-ami)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/)
 * Hi,
 * I hope you can help me with this problem.
 * I have SSL installed.
 * When I enter URLs in the browser (with the exception of Google Chrome), for example:
   
   odedbenami.com/consultation odedbenami.com/disclaimer
 * It automatically becomes preceded with an http instead of https. If I manually
   change this to https, it will change without trouble. However, I’m unable to 
   effect the initial addition from http to https.
 * My WordPress settings > General
    are as follows:
 * WordPress Address (URL):
    [https://odedbenami.com/wordpress](https://odedbenami.com/wordpress)
 * Site Address (URL):
    [https://odedbenami.com](https://odedbenami.com)
 * As you can see, they are both with https.
 * Can anyone help me?
 *  ~ Oded Ben-Ami

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/?output_format=md)
[1](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/?output_format=md)
2

 *  [Greg](https://wordpress.org/support/users/jgs/)
 * (@jgs)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/page/2/#post-3600253)
 * Let’s try reversing the order of the rules, putting the SSL directives at the
   top. It seems like the rewrites may be stepping on each other.
 *     ```
       Options +FollowSymLinks
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTPS} !=on
       RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
   
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 *  Thread Starter [Oded Ben-Ami](https://wordpress.org/support/users/oded-ben-ami/)
 * (@oded-ben-ami)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/page/2/#post-3600255)
 * jgs,
 * You have solved my problem.
    Thank you so much for your time, patience and goodwill.
 *  ~ Oded Ben-Ami
 *  [Greg](https://wordpress.org/support/users/jgs/)
 * (@jgs)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/page/2/#post-3600256)
 * Very happy to hear it’s working now.
 * Cheers.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/?output_format=md)
[1](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/?output_format=md)
2

The topic ‘SSL – Getting http instead of https’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 3 participants
 * Last reply from: [Greg](https://wordpress.org/support/users/jgs/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/ssl-getting-http-instead-of-https/page/2/#post-3600256)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
