Open the menu
    ```html

    Standard Page Manager: Administration

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    default

    • Name(string) : Name of the standard page. This name will be displayed in the standard page administration list and can be searched for.
    • Website(string) : Allows specifying which website the standard page refers to. When the website is accessed via a specific URL, the configured Home Page and/or Login pages will be used.
    • Type(integer) : Allows defining whether the selected page in the above field will be standard for the login page or the main page of the solution;
      • Login Page: Defines the page as a login type, meaning when a user accesses an area that does not have access, the page configured as the default login page will be displayed.
      • Home Page: Defines the page as a home page (main page) when the solution's URL is accessed; and after session expiration and login.
      • Error Page: Defines the page as an error type, meaning that when an error occurs during user navigation, they will be redirected to this page. Note that unauthenticated users may also be redirected to this page, so the error page must have viewing permission for all users.
      • If a web resource is mapped to the friendly path "/" (in the LumisXP installation, the Portal channel comes with this friendly path configured by default), the configuration of standard pages will have no effect, as the web resource configured at the root will take precedence. In this case, to use a standard home page, one must reconfigure the friendly paths so that there is no web resource at "/" and delete the existing one so that it can be recalculated.
    • Priority(integer) : Order in which standard pages (login or Home Page) are checked to meet a request to the portal. Standard pages with a lower priority value are used first. In other words, if there are multiple standard pages that can be used for redirection, the standard page with the lowest priority value will be used.
    • Page(string) : To specify which portal page will be displayed as standard (one for home page, another for login page), select it using the button.
    • URLs(string) : Allows specifying which URLs of the website the standard page redirection will apply to.
    • Context(text) : Has context rules.

    website

    • (identifier)
    • (string)

    Links

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • Delete : Allows deleting the standard page from the manager. However, the page will not be deleted from the portal. From then on, the standard page of the portal (main or login) will be displayed.
    ```