wp config change due to Really Simple SSL
-
Hi,
after installing my wp-config.php file have following code.//Begin Really Simple SSL Load balancing fix
if (isset($_SERVER[“HTTP_X_FORWARDED_PROTO”] ) && “https” == $_SERVER[“HTTP_X_FORWARDED_PROTO”] ) {
$_SERVER[“HTTPS”] = “on”;
}
//END Really Simple SSLDue to this information our tool is unable to get the correct database name, and the staging creation fails.
So i am unable to create staging copy of my wordpress website.
Any solution for this.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp config change due to Really Simple SSL’ is closed to new replies.