Title: converting entire site to https ssl
Last modified: August 20, 2016

---

# converting entire site to https ssl

 *  [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/converting-entire-site-to-https-ssl/)
 * can someone please tell me how to go about changing the site to https?
 * changing it in settings the site address and url to https instead of http does
   work …however all the /wp-content/uploads are all absolute urls like [http://mydomain.com/wp-content/uploads/someimage.jpg](http://mydomain.com/wp-content/uploads/someimage.jpg)….
   so they break the https ..any advice would be appreciated

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

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/converting-entire-site-to-https-ssl/#post-2349583)
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)
 *  [sentinel777](https://wordpress.org/support/users/sentinel777/)
 * (@sentinel777)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/converting-entire-site-to-https-ssl/#post-2349612)
 * you dont need any plugins for https routing.
 * if you have installed the ssl certificate, just add the following rule into your
   htaccess file:
 * # HTTPS redirect
    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS}
   off RewriteRule (.*) [https://%](https://%){HTTP_HOST}/$1 [L] </IfModule>

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

The topic ‘converting entire site to https ssl’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [sentinel777](https://wordpress.org/support/users/sentinel777/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/converting-entire-site-to-https-ssl/#post-2349612)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
