Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
hi,
the dnn sitemapprovider creates the sitemap url with the .aspx extension like this:
-http://localhost/About_Us/Executive_Team.aspx2013-09-26daily0.5
But I am using url rewrite module (the IIS module) to re-write them to look like this: http://localhost/about-us/executive-team.
I am looking at the sitemapsettings class which inherits from PortalModuleBase interface. What method do i need to overwrite or what do i need to tweak to change the value to match my re-writing rules?
thanks