Start a conversation

Articles

  • Redirecting Users after Login or Logout

    Overview: By default, whenever you login or log out, the user will be redirected to the page the user was previously on. This article will help the users define a specific page that users will be redi...

  • Configure URL Redirects

    Overview Redirects can be configured in DNN through the SEO section of the Persona Bar. This article details the settings you can configure for URL management.   Prerequisites An administrator or Supe...

  • Controlling login permissions and restrictions via Login IP Filtering

    Overview From a security standpoint, it can be important to check the IP address of a login attempt. For instance, if you have an internal-only site you may want to allow logins from only those on a s...

  • Removing a page redirect due to duplicate redirects from duplicate pages

    Overview DNN allows you to remove alternate URLs that redirect to pages. This is necessary when two pages have the same redirect in place, which can cause unexpected redirects while browsing the page....

  • Custom Querystrings Are Being Rewritten

    Overview DNN's friendly URL rewriting feature turns all query strings into part of the base URL. By default, this includes things like tracking links. For example:  Original URL: example.com?gclid=tes...

  • Redirection error redirected you too many times

    Overview  This article aims to provide 2 solutions to an issue you encounter when you access a page and it redirected you too many times with the following error message: ERR_TOO_MANY_REDIRECTS     So...

  • Enabling Friendly URL Rewriting

    Overview DNN Evoq uses a built-in Friendly URL Provider to rewrite complex URLs in a simpler, more readable way. Users can enable or disable Friendly URLs to fit the SEO and URL requirements of their ...

  • Restricting access to page by through a IIS Rewrite rule

    Overview If you would like to restrict users for particular pages which is not possible for the login IP filtering feature, we could use the IIS rewrite module on the server, and add certain rewrite r...

  • Generating a report of external page URLs and its redirect URL

    Overview When you would like a way to identify the pages that are linked to external URLs and the redirect link when the page type is set to URL.   Prerequisites Access to the SQL Server or SQL Consol...

  • How to redirect users from HTTP to HTTPS through an IIS Rewrite

    Overview Users may want to redirect users from HTTP to HTTPS through an IIS rewrite rule. This solution was provided when a user was experiencing issues with enabling the IIS rewrite module.   Solutio...