Hi,
On my website (hosted on Pantheon), anytime there’s a URL slug that ends with “education” and followed by “/3/” (or any number, e.g. “…education/page/2/”), it redirects to the wp-admin page. I’ve checked my codebase and redirect rules; there’s nothing which would indicate why this redirection is occurring. How could I approach debugging this issue?
[https://wheregoes.com/](https://wheregoes.com/)
What is “education” – is it a custom post type supplied by a plugin?
The query monitor plugin sets a response header (X-QM-redirects-Redirect-Trace) that you can use to trace the source of a redirect.