Replies: 0
Website:
http://www.escaperoomcostarica.com
Hello, I had the website on a different server, and it was working perfectly. After the migration, the page only loaded on English, not I was unable to access the Spanish Version. The Bluehost support team advised me to add the following code to wp-config.php which didn’t work. Then they recommend to turned off the varnish cache, with that change I was able to switch to the Spanish website manually.
/** Forwards visitorsâ true IP to WordPress on Optimized Hosting for
WordPress */
if($_SERVER[‘HTTP_X_REAL_IP’]){
$_SERVER[‘REMOTE_ADDR’] = $_SERVER[‘HTTP_X_REAL_IP’];
};
Currently, we are forcing the site to load in Spanish, any idea how to get the plugin working again?
We are getting ERR_TOO_MANY_REDIRECTS on FB browser on Android
Thank You