Answers for "stop redirectiing to https in worpress"

PHP
1

wordpress stop redirect to https

// add this to the bottom of your wp-config.php
define('FORCE_SSL_ADMIN', false);
Posted by: Guest on July-22-2021

Code answers related to "stop redirectiing to https in worpress"

Browse Popular Code Answers by Language