Edit RegEx for URL Management

  • Platform
  • Evoq Content
  • Evoq Engage

Prerequisites

  • A host / super user account. Hosts have full permissions to all sites in the DNN instance.

Steps

  1. Go to Persona Bar > Settings > SEO.
    Persona Bar > Settings > SEO
  2. Go to the URL Management tab, and then the Expressions subtab.
    URL Management > Expressions
  3. Enter the regular expression to define the set for the behavior.

    URL Management > Expressions

    Field Description
    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.
  4. Save.