Answers for "prevent wordpress site redirecting https"

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 "prevent wordpress site redirecting https"

Browse Popular Code Answers by Language