I am running dnn 8.0.4 upgraded from 7.4.2. I am having an issues with url rewrites that came to light with a new module install.
I have the url format set to advanced and when attempting to configure the new module I get a 404 error when the module tries to access an url. Here is the error:
PortalAlias: www.mysite.com
OriginalUrl :/desktopmodules/mymodule.WebAPI/API/CategoryAPI/GetComboCategories
Referer: http://www.mysite.com/Lifestyle/Career/Jobs
Url: http://www.mysite.com/desktopmodules/mymodule.WebAPI/API/CategoryAPI/GetComboCategories
When I change the url format to HumanFriendly, the urls work fine and I can configure the module.
Except, oddly enough when using the module the reverse happens: When I view a record and click on the title to go to the detail page using Advanced Url is works fine. Here is the url: http://www.mysite.com/lifestyle/career/jobs/job-details/id/1/lead-cook
When I change it to HumanFriendly I get a 404 error
Here is that url: http://www.mysite.com/lifestyle/career/jobs/job-details/tabid/3350/id/1/default.aspx/lead-cook
My site has been upgraded many times over the years and at some point I may have installed a url rewriter, used turboscripts etc, but I cannot find any indication of anything that might affect AUM. I scoured the bin directory, webconfig, uninstalled modules that might be suspect, combed through the site and portal settings and cannot find anything that might be causing this.
Any help in tracking this down would be greatly appreciated.
Thank you!