Title: HTTPS / SSL
Last modified: August 19, 2016

---

# HTTPS / SSL

 *  [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [16 years ago](https://wordpress.org/support/topic/https-ssl/)
 * Hi,
 * So i am running an e-commerse site using WordPress and have recently signed up
   for an EV SSL Certificate. I got the Certificate installed and to my knowledge
   it is working properly. The EV SSL has the “green bar” so that when you go to
   a site with one your address bar changes.
 * Well my site ([http://at-riskyouth.org](http://at-riskyouth.org)) needs to be
   changed to the ‘secure’ site url ([https://at-riskyouth.org](https://at-riskyouth.org)).
   If you take a look at the ‘secure’ site, you will notice that the “green bar”
   is active.
 * Ideally, i would like to move my entire site over to the ‘secure’ site that has
   the EV SSL active. I have tried using **Force SSL** and **HTTPS for WordPress**
   plugins and have had no luck. Also tried changing the .htmaccess file to:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       RewriteEngine On
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://at-riskyouth.org/$1 [R,L]
       </IfModule>
       # END WordPress
       ```
   
 * Any ideas?

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

 *  Thread Starter [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [16 years ago](https://wordpress.org/support/topic/https-ssl/#post-1489147)
 * I’m still looking for ideas if anyone has any.. Thanks
 *  Thread Starter [michael86](https://wordpress.org/support/users/michael86/)
 * (@michael86)
 * [16 years ago](https://wordpress.org/support/topic/https-ssl/#post-1489230)
 * So, I’m still looking for a solution….
 * I found [http://codex.wordpress.org/Changing_The_Site_URL](http://codex.wordpress.org/Changing_The_Site_URL)
   and it looks as if it may be promising, but im not sure if it would work or not.

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

The topic ‘HTTPS / SSL’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [michael86](https://wordpress.org/support/users/michael86/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/https-ssl/#post-1489230)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
