How Can We Help?
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' ]; |
Facebook Comments