Skip to main content

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

AllinCMS routes entry - the left menu highlights Routes, used to first create the path a page will bind to

AllinCMS create-route dialog - enter oem as the path and click create, used to generate the /oem page address

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

AllinCMS route list - the new /oem route shows an unbound state, prompting you to create and bind a page

Step 2: Create the page​

Open:

Theme -> Pages

Click create page.

AllinCMS theme pages entry - the left Theme menu and page list, used to create and manage website pages

AllinCMS page list - the create button at the top right adds a page and opens its settings

Step 3: Bind the route and enable​

In page settings, select the /oem route you just created, then enable the page.

AllinCMS bind page route - choose the /oem route in page settings, used to bind the page content to its address

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

AllinCMS page enabled state - /oem is enabled and published in the page list, confirming the new page is reachable via its route

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.