Just discovered that firendly urls creates the alias path twice when browsed with IE8, and causes errors on pages appearing two levels bellow parents.
This works fine in FireFox, but not in IE8
Exaple url in firefox: hostname/section/page.
Example url in IE: hostname/section/section/page.
Server is IIS6 with IIS Mod-Rewrite.
Could this be a ModX or server problem?
Thank you. The base url was hardcoded in a some templates, and solved when found.