Title: How can I force https on everything?
Last modified: August 20, 2016

---

# How can I force https on everything?

 *  Resolved [pixelnate](https://wordpress.org/support/users/pixelnate/)
 * (@pixelnate)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-force-https-on-everything/)
 * My SSL Cert is set up and everything works when a user goes to [https://texasbaptists.org](https://texasbaptists.org),
   but if you just type in the URL (texasbaptists.org) they go strait to the http
   and NOT https. I have scoured the interwebs, but most solutions are for a standalone
   site. Cany anybody point me in the right direction to find out what I need to
   put in my .htaccess or change in the plugin I would be eternally greatful.
 * This is for a large WPMU site and only the parent domain is being secured.
 * Thanks.
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

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

 *  Thread Starter [pixelnate](https://wordpress.org/support/users/pixelnate/)
 * (@pixelnate)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-force-https-on-everything/#post-3531652)
 * I fixed it. I just put this function in the bottom of my functions.php file and
   now it always uses the secured url.
 *     ```
       function my_force_ssl() {
           return true;
       }
       add_filter('force_ssl', 'my_force_ssl', 10, 3);
       ```
   
 *  [CS_KB](https://wordpress.org/support/users/cs_kb/)
 * (@cs_kb)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-force-https-on-everything/#post-3532041)
 * Worked for me also on 3.8.1
    awesome, thanks.

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

The topic ‘How can I force https on everything?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [CS_KB](https://wordpress.org/support/users/cs_kb/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-force-https-on-everything/#post-3532041)
 * Status: resolved