I wrote self-signed SSL login with WordPress for iPhone because my WordPress login used SSL. It’s easy to secure WordPress with SSL. Add define(‘FORCE_SSL_LOGIN’,true); to wp-config.php after the SSL installed in the server.
You must add
define('FORCE_SSL_LOGIN',true);after /* That’s all, stop editing! Happy blogging. */ and before
require_once(ABSPATH . 'wp-settings.php');
in wp-config.php
Related posts:





0 Trackbacks
Trackback URL for this post:
http://pixert.com/ssl-login/trackback/
0 Pings