Problems creating and accessing a Page

rockymountainmotos

Member
Licensed customer
I'm trying to create a Sponsors html page which would be linked to in my Navigation bar.

From what I understand, the URL of the page would be: https://www.mysite.com/pages/sponsors

However, when I try to browse that page, I get a 404 error.

Can anyone please let me know what I'm doing wrong?

Below is the node settings for the page.

Screenshot 2026-03-26 at 11.47.06 AM.webp
 
Last edited:
Can anyone please let me know what I'm doing wrong?
You did not say what the problem is in the first hand.

What you do with what you show on the screen is indeed to create a page which would have the URL you assume. But it will be a node within the forum list (you won't see it in the forum list either atm, as you unchecked the box for that), not linked in the navigation bar. To achieve that you will have to add it in Setup->Public Navigation as a menu point. Type would be "basic" and the link would be

Code:
{{ link('pages/sponsors/') }}

Alternatively you could also go for "Node" and select the page node you created from the pulldown menu.
 
Last edited:
You did not say what the problem is in the first hand.

What you do with what you show on the screen is indeed to create a page which would have the URL you assume. But it will be a node within the forum list, not linked in the navigation bar. To achieve that you will have to add it in Setup->Public Navigation as a menu point. Type would be "basic" and the link would be

Code:
{{ link('pages/sponsors/') }}

Alternatively you could also go for "Node" and select the page node you created from the pulldown menu.

Brilliant! THANKS!!!
 
Back
Top Bottom