MatrixMaxx Support Center

How Can We Help?

How do I know if a website page is generated by MatrixMaxx?

MatrixMaxx serves content through specific URL patterns that allow users to recognize pages generated by the platform. Knowing these patterns can help users confirm whether a page is part of the MatrixMaxx system or not. Below, we’ll outline these patterns, and provide examples.

Recognizable URL Patterns in MatrixMaxx

MatrixMaxx generates web pages using the following URL patterns. If the first directory in the URL path after the domain matches one of these, the page is generated by MatrixMaxx:

  1. /forms/
    This directory often contains forms and publicly accessible resources.
  2. /users_only/
    Pages in this directory are restricted to authenticated users with specific access levels.
  3. /members_only/
    Similar to /users_only/, but these pages are typically intended for members of an organization.
  4. /uploadFiles/
    Occasionally used for special purposes, such as file uploads.
  5. /.well-known/
    A standardized directory for specific configurations or metadata.
  6. /themes/
    Pages in this directory often pertain to visual or style-related resources.

Examples of MatrixMaxx URLs

Here are some examples of URLs that follow these patterns and indicate they are generated by MatrixMaxx:

Example 1: Meeting Calendar

  • URL: https://www.demo.matrixmaxx.com/forms/MeetingCalendar/
  • Pattern: /forms/

Example 2: Edit Personal Profile

  • URL: http://www.demo.matrixmaxx.com/users_only/IndividualFormPublic/view
  • Pattern: /users_only/

How to Identify a MatrixMaxx URL

  1. Check the Directory: Look at the first directory in the URL path after the domain name. For example, in https://www.demo.matrixmaxx.com/forms/MeetingCalendar/, the first directory is /forms/.
  2. Match the Pattern: Compare the directory against the list of recognized MatrixMaxx URL patterns:
    • /forms/
    • /users_only/
    • /members_only/
    • /uploadFiles/
    • /.well-known/
    • /themes/
  3. Confirm the Domain: Ensure the domain aligns with your MatrixMaxx implementation, such as www.demo.matrixmaxx.com or a custom domain used by your organization.

By familiarizing yourself with these URL patterns, you can efficiently identify pages generated by MatrixMaxx and ensure you’re accessing the correct resources within your organization’s platform.