Title: Force https on login and on the dashboard
Last modified: August 31, 2016

---

# Force https on login and on the dashboard

 *  Resolved [jwmckenzie](https://wordpress.org/support/users/jwmckenzie/)
 * (@jwmckenzie)
 * [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/)
 * Hello. Your plugin is awesome and is solving a lot of our issues. We have added
   a wildcard SSL to our network. Is there a way to force https on login and on 
   the dashboard? Thank you.
 * [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)

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

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/#post-7375512)
 * Hi, is your whole site **https** or only some pages? This plugin works with SSL
   certificates.
 *  [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * (@chesio)
 * [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/#post-7375582)
 * [@jwmckenzie](https://wordpress.org/support/users/jwmckenzie/), the plugin won’t
   help you with that, but you might find the following codex article helpful: [https://codex.wordpress.org/Administration_Over_SSL](https://codex.wordpress.org/Administration_Over_SSL)
 * Greets,
    Česlav
 *  Thread Starter [jwmckenzie](https://wordpress.org/support/users/jwmckenzie/)
 * (@jwmckenzie)
 * [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/#post-7375611)
 * Great, thank you so much!
 *  [JasonParms](https://wordpress.org/support/users/jasonparms/)
 * (@jasonparms)
 * [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/#post-7375684)
 * It is more advisable that force HTTPS (SSL) on the entire website instead of 
   login or dashboard pages. Using **.htaccess** file you can redirect all traffic
   to HTTPS secure protocol.
 *     ```
       RewriteEngine On
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
       ```
   

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

The topic ‘Force https on login and on the dashboard’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

## Tags

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

 * 4 replies
 * 4 participants
 * Last reply from: [JasonParms](https://wordpress.org/support/users/jasonparms/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/force-https-on-login-and-on-the-dashboard/#post-7375684)
 * Status: resolved