Configure a redirect for the main page
eXo Platform runs in the /portal URL by default and, from eXo Platform 4.1.1 and later versions, an automatic redirection has been added from the main domain to the /portal application.
If you have an older version and want to add a simple redirection like the one included in newer versions of Bitnami Stack for eXo Platform, add the following at the beginning of the file in the /opt/bitnami/apps/exoplatform/conf/httpd-app.conf file.
Redirect / /portal
...
Then, restart the Apache server:
$ sudo /opt/bitnami/ctlscript.sh restart apache