User Tools

Site Tools


Sidebar

linux:wordpress_secure

This is an old revision of the document!


Secure Wordpress

To Force SSL Logins and SSL Admin Access The constant FORCE_SSL_ADMIN can be set to true in the wp-config.php file to force all logins and all admin sessions to happen over SSL.

Example

define('FORCE_SSL_ADMIN', true);
Note: FORCE_SSL_ADMIN should be set before wp-settings.php is required.
linux/wordpress_secure.1522208375.txt.gz · Last modified: 2018/03/28 05:39 by admin