I have Url Master v1.14.11 running on DNN v05.01.01 (98) and IIS7. I also have Xmod v5.5.2 which I'm using the directory component.
Out of the box, all the URLs are working exactly correctly, except the directory filter/search feature which, when Url Master is working, throws a 404 (Page not found) error.
Example: /Home/FindaBusiness.aspx redirects to /Home/Find-a-Business.aspx perfectly fine. That page lists all the businesses out correctly and as expected.
However, when I do a search/filter using a zip code, the URL BEFORE Url Master was: /Home/FindaBusiness.aspx?zip=32835&city=&state=&search.x=24&search.y=7
But after applying Url Master, the search/filter is not being generated correctly. Here is how it comes out:
/Home/FindaBusiness/tabid/65/zip/32835/city/%20/state/%20/search.x/0/search.y/0/Default.aspx
Which throws the 404. Searching/filtering on /Home/Find-a-Business.aspx does the same - throws a 404
I tried removing the URL by adding /Home/FindaBusiness.aspx to "Do not generate Human Friendly Urls for these Pages (useBaseFriendlyUrls):". I've also added the page to the "Do not 301 redirect these Pages" area. In both cases, the base URL is left alone correctly, but the search results throw a 404. The ONLY way to get it to work is to not use Url Master at all.
Ideas? 