How to disable ssl for wordpress admin panel

Post Reply
a24uall
Site Admin
Posts: 166
Joined: Sun Jul 01, 2012 9:07 am

How to disable ssl for wordpress admin panel

Post 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
Arun
WebhostingDevelopment.com
Post Reply

Return to “Wordpress”