http://temeculacreekmensg...page457=1&size457=12
why would link be like that?
Bob,
that is because of the selected Url-Provider (which might be a left-over from an old installation and some upgrades). You find this in the web.config file. The urlFormat attribute should be "advanced":
{friendlyUrl defaultProvider="DNNFriendlyUrl"} {providers} {clear /} {add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="advanced" /} {/providers} {/friendlyUrl}
Replace { by < and } by >
Happy DNNing! Michael
Michael when i use the Configuration Manager to review it is already set to the following, could it be something else overriding
add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="advanced" />
Joe thank you ever so much for all that information
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.