Feature #478
Force WordPress Logins and Admin Interface to Use SSL
Description
Making WordPress use SSL for logins and access to the admin interface is a simple task. Simply open up the wp-config.php
and add the following line to the config:
define('FORCE_SSL_ADMIN', true);
That's it!
Updated by Daniel Curtis about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100