I have several in-page navigation links with a simple <a href="#linkName"> type url. they also have an onClick function, too. These links are now showing as "DNNDomain/DNNDomain#". Even the DNN toolbar links for "Modules" and "Pages" have this issue.
What's happening here? It seems that the baseURL is getting lost and/or the friendly URL generator in DNN is not working properly. Ironically, it seems to be a problem in all browsers but Internet Explorer. Is there something in the Web.Config file I need to adjust?
I did add a <base href=""> to one of the pages and that seemed fix the issue, but I don't want to have to visit every page to do this, nor modify the default.aspx file either. Is there a baseURL configuration field within DNN or in the web.config file for the root I can modify?
The site is configured as follows:
Windows 2008 r2
running IIS v7.5.7600.16385 and .Net Framework 4.0
DotNetNuke Community Edition
07.00.02 (1)
Any suggestions would be greatly appreciated...
The site and an example page:
http://toolsthatinspire.com/3CMedia.aspx
The problem links are the video player buttons.