Greetings,
I’m using 1.6.8 and have a site organized by weblogs for the main sections and categories for pages. Thus far all has been well but now I’m having a frustrating issue:
On a newly created page that has an link to another page, it goes to the wrong page, despite the URL being correct. It goes to the last category in the section instead of the category within the URL:
http://sitename.com/template-group-1/category-1 goes to category-5 in template-group-1
Source code link is server-relative: /template-group-1/category-1
However, from the navigation, the same link goes to the right page:
http://sitename.com/template-group-1/category-1 goes to the correct page.
Source code link is absolute: http://sitename.com/template-group-1/category-1
Whatever the source code, the links look the same in the browser but behave differently.
I have tried to make the problematic links absolute both in the HTML source viewer and using the TinyMCE WYSITYG tool but upon viewing source they are formatted as server-relative (and I’m not sure if this is even the problem).
Assistance is much appreciated!