I have friendly URLs set up, and they work fine once you're actually deeper into the site. The problem is that when you hit the page from the menu (solpart), the tabid\# is present in the URL it goes to, which, throws off all of my child links, since they use that initial page as a spring board.
So, for example, I can manually go here;
http://localhost/dotnetnuke_2/Sports/College/Basketball/Default.aspx
but when I use the menu to go to the page, it sends me here
http://localhost/dotnetnuke_2/Sports/College/Basketball/tabid/58/Default.aspx
Both bring up the page, but I don't want the tabid/58 present at all, anywhere...
I could hard code the complete URL path into the links on the page, but that doesn't get rid of the tabid portion of the link from the menu.