I have direct mail postcards that I send out that has:
As a short address to then redirect to a specific page on my website:
http://jamesorr.com/property-lists/free-list-rent-properties/
Originally, I want to handle this by creating a folder called /cra and put a index.php file in there that did a PHP header redirection straight to the correct page. But WordPress was not recognizing the static page and was redirecting me to
http://jamesorr.com/property-lists/free-list-of-rent-to-own-properties/
(which is different and no longer exists) and that is giving me a 404 page.
So I removed the static /cra and went to my web hosting provider and set up a site redirection to go to the right page.
It is still going to the wrong page:
http://jamesorr.com/property-lists/free-list-of-rent-to-own-properties/
It is supposed to 301 and go to:
http://jamesorr.com/property-lists/free-list-rent-properties/
Any ideas on how to fix that?
Thank you in advance. I do appreciate it.
Sincerely,
James