-
☆ A M B ☆
- 24,524 Posts
Do you have the base meta tag in the template head?
<base href="[[++site_url]]">
And actually, that's a full URL. Absolute is just to the web root (base_url), like /contact-us.html
hi
yes I do have the base href included in the header of the website
Any update on this issue as I am experiencing the same problem.
Do you have multiple front-end contexts?
FYI, the default value for the error_page (page-not-found) System Setting is the home page of the site (i.e., the same as the site_start System Setting).
Anytime a page isn't found, you'll end up there. It's not because you're going there directly there based on the URL. It's because no page was found with the URL so MODX is forwarding you to the page-not-found page.