Create a Page
In AllinCMS, creating a reachable page takes two steps: create a route first, then create a page and bind the route. Think of a route as the page's "street number."
The flowâ
Step 1: Create a routeâ
In the site admin, open:
Routes -> Create
For an OEM page, enter the path:
oem
After saving, the page's future address will be:
https://www.allincms.com/oem


After creation, the route shows as unbound. That's expected â the page doesn't exist yet.

Step 2: Create the pageâ
Open:
Theme -> Pages
Click create page.


Step 3: Bind the route and enableâ
In page settings, select the /oem route you just created, then enable the page.

Only after enabling is the page truly reachable. A freshly created page is usually empty â open the designer to build its content.

How to confirm successâ
Open in your browser:
https://www.allincms.com/oem
If the page opens but is empty, the route and page are set up â next, design the page. If you see a 404, check whether the route is bound and the page is enabled.