I am working on a buddy's site right now (powered by WP) and I am trying to forward a templated page made from a php script to a custom page so I can optimize the title, url and description.
The code makes a bio page for handicappers and is run by a script from sportscapping.com. An example of a page created from this script is mydomain.com/sportscapping.php?capper/capper/355/Tony%20Karpinski/AF236_366.
I have created the page mydomain.com/tony-karpinski-sports-picks/.
I would like to forward the big ugly .php page to this nice and clean page.
However, 301 Redirect via the htaccess page doesn't work. I have also tried a redirect plugin (Pretty Links) which is actually for cloaking affiliate links. But I thought I would try it anyway and it doesn't work either.
Any suggestions for a solution to my issue here?
Thanks in advance!