Ignore URL Regular Expression |
Defines the set of URLs that should be ignored for rewriting, redirecting, or any other processing by the URL Rewriter. Typically, these would be images, CSS files, PDF files, and other assets. |
Do Not Rewrite URL Regular Expression |
Defines the set of URLs that should be ignored for rewriting. |
Site URLs Only Regular Expression |
Defines the set of URLs that must be first checked against the siteURLs.config file, which contains explicit rewriting and redirect instructions. |
Do Not Redirect URL Regular Expression |
Defines the set of URLs that should not be redirected under any condition. |
Do Not Redirect Https URL Regular Expression |
Defines the set of URLs that should not be redirected if the redirect would go from HTTP to HTTPS or vice versa. |
Prevent Lowercase URL Regular Expression |
Defines the set of URLs that should not be set to lowercase. Use this if the URL contains an encoded character or a case-sensitive code. |
Do Not Use Friendly URLs Regular Expression |
Defines the set of URLs that should be preserved. Typically used for backward compatibility. |
Keep in Querystring Regular Expression |
Defines the part of a generated URL that must be preserved in the query string. Example: If this field contains /key/value and a generated URL is /pagename/key/value, then the generated URL is replaced with /pagename?key=value |
URLs With No Extension Regular Expression |
Defines the set of URLs for pages or resources that are not on the server, are not a DNN page, and can be requested without an extension. These URLs will not return a 404 status even if the page or resource is not found. |
Valid Friendly URL Regular Expression |
Defines the set of characters that are valid for a friendly URL. Characters that do not match the regular expression will be deleted from the generated URL. |
Comments
0 comments
Please sign in to leave a comment.