Overview
Some (but not all) of your pages are redirecting to an incorrect or malformed host (for example, localhost, or an older URL, or an extra domain appended to the beginning of the redirected URL).
Solution
The problem may be in your SEO Page Redirect URLs. Since page redirects are controlled from the settings of the redirect target page, if the redirect target page has been deleted or is located on a different portal, you may not be able to remove the page redirection from the UI.
In such cases, you can use SQL to remove the redirect directly from the server.
Terminology note: "Tab" is the database name for a web page. Throughout this article, tab and page will be used interchangeably.
To complete these steps, you will need:
- SQL Server access for your site
OR - Access to a Superuser account
Stage 1: Remove page redirects in the UI if possible
- You can follow the directions in the article Remove a Page Redirect to ensure that only the correct redirects are in place.
Stage 2: Remove page redirects from the SQL server
- Once these changes have been made, clear the DNN cache and restart the application.
Testing
Navigating to a redirected URL should correctly redirect to the desired page.
Priyanka Bhotika
Comments