Issue with Site Navigation
Hello,
I have a simple navigation with some menu items and submenus.
On click of any of the navigation items ,it should redirect to the corresponding page.
However,our requirement is not to render the entire page each time,but only the main content area should change.The header,footer and navigation should not be rendered eachtime.
I tried redirecting it to the paragraph node on click example /content/appname/pagename/jcr:content/par but this gives an error at the webserver -
Forbidden
Cannot serve request to /content/appname/pagename/jcr:content/par on this server
Is there any setting that I am missing or is there any other way to achieve this.
