Answers for "too many redirects wordpress on localhost"

PHP
1

wordpress https too many redirects

define('WP_HOME','https://mywebsite.com');
define('WP_SITEURL','https://mywebsite.com');
$_SERVER['HTTPS'] = 'on';
Posted by: Guest on December-23-2020

Code answers related to "too many redirects wordpress on localhost"

Browse Popular Code Answers by Language