I am running dnn 8.0.4 upgraded from 7.4.2.
I am having an issue 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 any url.
Here is the error: (added fake url and asterisks)
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"
I changed the url format to HumanFriendly in the webconfig and 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 it works fine.
Here is the url in advanced mode: "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"
If I remove the default.aspx from the url, it works fine so the rewrite seems to be corrupted somehow. I am not running any url rewriter modules unless a 3rd party module is affecting it.
Any help in tracking this down would be greatly appreciated.
Thank you!