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...
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...
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...
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....
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...
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...
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 ...
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...
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...
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...