Help! Disable HTTPS redirecting
-
I did following frequent QnA instruction.
“I’ve enabled the Enforce SSL option, and it broke my site. How do I get back in?
Open your wp-config.php file in a text editor and remove the following 2 lines:
define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);”But my wordpress (based on Nginx) still redirect HTTP to HTTPS automatically.
My server has no SSL property, just use http:// call.Give more comments to disable HTTPS redirect.
I deleted url list in chrome://net-internals/#hsts also.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Help! Disable HTTPS redirecting’ is closed to new replies.