Have just recently switched to Revolution and begun to experiment with it.
I have created a simple 1 level navigation with wayfinder with items being called.
HOME | BLOG | PORTFOLIO | CONTACT
The BLOG page is a container
Wayfinder chunk "topNav"
<li><a href="[[+wf.link]]" title="[[+wf.title]]">[[+wf.linktext]]</a>[[+wf.wrapper]]</li>
Template wayfinder call
[[Wayfinder? &startId=`0` &level=`1` &colTpl=`topNav`]]
All the links work on the menu, however when I am on the blog page (document) and then click on another link in the top menu there is a problem.
In the browser URL box i will get something like >>>
http://www.mysite.com/myblog/contact.html
Naturally contact.html is a root document and therefore cannot be found.
I know I can turn off the browser suffix ’/’ or at least make it blank and then it works.
For my blog purposes I would like to retain the container/document.html URL for blog posts.
Therefore the question is can someone help me with an amendment to the code above to make this work.
Regards,
Psypha