Redirection issue for wpadmin page

What is the name of the domain?

What is the issue you’re encountering

redirection issue for a wordpress site

What are the steps to reproduce the issue?

We have a website at https://www.synctestingchn.com that delivers content from one server, while its subpage /blogs/ (Syncfusion Blogs oriented with .NET, Blazor and MAUI) is served from a different server.

This configuration was accomplished using a snippet rule. Kindly refer to the rule and expression shown in the attached snapshot.

So the /blogs is a Wordpress site and its backend server is mapped as https://blogs.synctestingchn.com. So as per the snippet rule when we access (Syncfusion Blogs oriented with .NET, Blazor and MAUI) it will fetch the HTML content from (https://blogs.synctestingchn.com) and display at (Syncfusion Blogs oriented with .NET, Blazor and MAUI)

Screenshot of the error

Here are some of the problems we are facing in fetching HTML content from backend server.

  1. When we try to log in (Log In ‹ Syncfusion Blogs — WordPress) to the wp admin console, it’s getting redirected to (https://blogs.synctestingchn.com/blogs/wp-admin/) after entering the login credentials.

  2. Also articles posted in (Syncfusion Blogs oriented with .NET, Blazor and MAUI) also getting redirected to (Syncfusion Blogs oriented with .NET, Blazor and MAUI)

Ex: If i click any article its redirecting (Introducing AI-Powered Smart Components & Features in Syncfusion Desktop Platforms) instead of showing it in (Introducing AI-Powered Smart Components & Features in Syncfusion Desktop Platforms)

This topic was automatically closed after 15 days. New replies are no longer allowed.