Force HTTPS WordPress admin
31 words, 1 minutes
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!
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!
Related posts: