I am trying to implement a redirect for apache2 t tomcat.I would like to have a url like this: share.com
to open to alfresco login page, but currently I have to use the url like this:
share.com/share/ .
I have done research and what I achieved was removing the 8080 port from the url:
share.com:8080/share/
only remains the /share; How can I remove the /share part too?