Page 1 of 1

How to disable ssl for wordpress admin panel

Posted: Sat Oct 13, 2012 1:26 pm
by a24uall
Open wp-config.php and add the below line
define('FORCE_SSL_ADMIN', false);
NOTE : make sure that there is no similar lines
grep -i force_ssl wp-config.php