Moving an ASP Site to WordPress – Looking for Help on Redirects

Using Apache directives is definitely the well-known way to handle redirects. But I’m going to recommend another, easier-to-debug approach; just write your 301 Redirects in PHP using the ‘template_redirect’ hook provided by WordPress. The following question title links to my answer where I provide full code for solving your problem: Creating 301 Redirects for Post, … Read more