Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1752

Added option to remove /web/guest from URL

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:

      #

      1. Specify the community name that will default to the company's virtual
      2. host. If the specified community has a virtual host, then that will take
      3. precedence. If it does not, then it will use the company's virtual host.
      4. This property is useful to remove "/web/guest" (or any other community)
      5. from the default URL. For example, if this property is not set, then the
      6. default URL may be http://localhost:8080/web/guest/home. If this property
      7. 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

          Activity

            People

              mingda.yi Kevin Yi (Inactive)
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP3 (5.2.7)