WordPress landing on a different page
If you type http://www.example.com/templa
and you don’t have the page with this URL you may end on a page like http://www.example.com/template_redirect
.
What causes this? It is template redirect functionality that is in WordPress. You can disable it with this:
remove_action('template_redirect', 'redirect_canonical');
…
tags: & category: -