Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
None
-
None
-
All
Description
Removing /web/guest from the URL no longer requires a virtual host. The /web/guest part of the URL can now be removed from the URL using using a new portal property:
#
- Specify the community name that will default to the company's virtual
- host. If the specified community has a virtual host, then that will take
- precedence. If it does not, then it will use the company's virtual host.
- This property is useful to remove "/web/guest" (or any other community)
- from the default URL. For example, if this property is not set, then the
- default URL may be http://localhost:8080/web/guest/home. If this property
- is set, then the default URL may be http://localhost:8080/home.
#
virtual.hosts.default.community.name=
To enable this feature, add the following to portal-ext.properties:
virtual.hosts.default.community.name=Guest
Attachments
Issue Links
- is related to
-
LPS-6430 Allow an easy way to remove /web/guest without creating a virtual host
- Closed