Force HTTPS WordPress admin

no comments yet

If you want WordPress to force TLS encryption for the admin part of the site, then:

# vi wp-config.php
(...)
/* Force SSL Admin */
define('FORCE_SSL_ADMIN', true);
(...)

That’s All Folks!

Leave a Reply

*