How to disable ssl for wordpress admin panel — wp-admin

ARUN Post in WORDPRESS
0

Solution :

http://admin.webhostingdevelopment.com/viewtopic.php?f=65&t=68

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

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.