Cause
The server name needs to be configured and the header "X-Forwarded-Host" must be transmitted to Jahia
Solution
- Set the server name: Go to
Administration mode
-> Server settings
-> Web projects
and configure the server name for your website
- If you're using a front-end (Apache2/Nginx/IIS), you have to make sure that the header is set to
X-Forwarded-Host
. In Apache, you also have to use the directive ProxyPreserveHost On