Skip to main content
Version: 1.22.3

Stub Pages

In SimpleOne, there are two stub pages that are displayed when some error occurs.

404


The 404 error page opens when the requested page does not exist or is not available. For example, this page is shown when a broken link has been opened during the navigation.

To set a page as a default 404 error page on the portal, complete the steps below:

  1. Navigate to Portal Structure → Portals.
  2. In the list that appears, find the portal record to which you need to add a homepage and open it.
  3. Add the preliminary configured page in the 404 page field.
  4. Click Save or Save and exit to apply the changes.

You can also set the link that will lead from the 404 page to the main page. You need to configure themain_page_button_title and main_page_button_url properties. To do so, complete the steps below:

  1. Navigate to System Properties → All Properties.
  2. Find the property you need to edit using the condition builder or the list search boxes and open it.
  3. Edit the Value field.
    • For main_page_button_title specify the title of the URL. For example, Go to the main page.
    • For main_page_button_url specify the URL path name. For example, "/".
  4. Click Save or Save and exit to apply the changes.

See the Portal Pages article to learn how to set a page as a default 404 error page.

403


The 403 error page opens when a specific user has no access to the requested page because of the ACL rules.

You can set the link that will lead from the 403 page to the Self-Service Portal. You need to configure theself_service_portal_button_title and self_service_portal_button_url properties. To do so, complete the steps below:

  1. Navigate to System Properties → All Properties.
  2. Find the property you need to edit using the condition builder or the list search boxes and open it.
  3. Edit the Value field.
    • For self_service_portal_button_title specify the title of the URL. For example, Go to the Self-Service Portal.
    • For self_service_portal_button_url specify the URL path name. For example, /portal.
  4. Click Save or Save and exit to apply the changes.