Title: https:// on myhomepage?
Last modified: August 21, 2016

---

# https:// on myhomepage?

 *  Resolved [andym193](https://wordpress.org/support/users/andym193/)
 * (@andym193)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/https-on-myhomepage/)
 * looking at the wordpress manual I have managed to force admin over SSL by define(‘
   FORCE_SSL_ADMIN’, true); in wp-config. Is it also possible to add https:// on
   my homepage, so people recognise my site is secure as soon as they have visited
   my site.

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

 *  [jkhongusc](https://wordpress.org/support/users/jkhongusc/)
 * (@jkhongusc)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/https-on-myhomepage/#post-4519406)
 * You can do that in .htaccess. You can use rules similar to this:
 *     ```
       RewriteEngine On
       RewriteCond %{HTTPS} !=on
       RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 4 months ago](https://wordpress.org/support/topic/https-on-myhomepage/#post-4519447)
 * You should install WordPress Https to force it: [http://wordpress.org/plugins/wordpress-https/](http://wordpress.org/plugins/wordpress-https/)
 *  Thread Starter [andym193](https://wordpress.org/support/users/andym193/)
 * (@andym193)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/https-on-myhomepage/#post-4519469)
 * Thanks guys.

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

The topic ‘https:// on myhomepage?’ is closed to new replies.

## Tags

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

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 3 replies
 * 3 participants
 * Last reply from: [andym193](https://wordpress.org/support/users/andym193/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/https-on-myhomepage/#post-4519469)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
