Stuart Wright
Well-known member
I have a link in a template
which shows this URL in the browser:
which is the correct URL for the page
(it's hidden behind a login as it's private).
But when clicked on the page on the website throws
I get the same result if I use
What's going wrong?
Code:
<a href="pages/trading-rules">Trading Rules</a>
Code:
https://xf2.avforums.com/pages/trading-rules
(it's hidden behind a login as it's private).
But when clicked on the page on the website throws
Oops! We ran into some problems.
The requested page could not be found. (Code: invalid_action, controller: XFage, action: TradingRules)
I get the same result if I use
Code:
<a href="{{ link('pages/trading-rules') }}">Trading Rules</a>
What's going wrong?