Hi again, i'm having dramatic problems with my computer. Sorry for late response.
Your web.config file (at your site root path) contains a line similar to:
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" />
Changing above to following:
<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="false" regexMatch="[^a-zA-Z0-9 _-]" />
Can help you disable using PageName in urls.
@Mitchel Sellers;
I discussed problematic characters with Sebastian Leupold, and he logged the issue, but i cannot find it now, i am getting timeouts currently.
For better results, can you log this issue as new feature request?
Enhancement Request: User Defined TabPaths