7431414 - Use Pretty URL by Default
In version 9.8.3 and later we added support for handling in bound requests to a "pretty URL". For example, if you had a web category with a code of About_Us the normal URL would be /Categories.aspx?id=About_Us. The system would handle an in bound request to /About_Us, however it did not consider it the default or proper URL and, if redirect on template change was enabled, it would swap the url back to /Categories.aspx?id=About_Us. This update makes the /About_Us URL the default so the site will no longer switch to /Categories.aspx?id=About_Us.