WordPress force SSL admin area

To force wordpress to use SSL for the admin area you simply can add a line to your wp-config.php file located in the root of your wordpress installation:

define('FORCE_SSL_ADMIN', true);

 

Leave a Comment