Web routing
Information on the web routing settings section
"Umbraco": {
"CMS": {
"WebRouting": {
"TryMatchingEndpointsForAllPages": false,
"TrySkipIisCustomErrors": false,
"InternalRedirectPreservesTemplate": false,
"DisableAlternativeTemplates": false,
"ValidateAlternativeTemplates": false,
"DisableFindContentByIdPath": false,
"DisableRedirectUrlTracking": false,
"UrlProviderMode": "Auto",
"UmbracoApplicationUrl": "http://www.mysite.com/",
"UseStrictDomainMatching": false
}
}
}Using the webrouting options in code
Try matching endpoints for all pages
Try skip IIS custom errors
Internal redirect preserves template
Disable alternative templates
Validate alternative templates
Disable find content by ID path
Disable redirect URL tracking
URL provider mode
Umbraco application URL
Strict domain matching
Last updated
Was this helpful?