877-924-1414
How Can We Help?
< Back
You are here:
Print

There might be some problems with WordPress if you are behind a reverse proxy because the proxy overwrites the http_host. To solve this issue, add this line to the wp_config.php file:

1$_SERVER['HTTP_HOST'] = $_SERVER['SERVER_NAME'];
Table of Contents