Hello,
I have a problem with old indexed page redirection.
I used to have a simple php site and now I changed into a CMS website.
I had a few php (about 10)files which I want to redirect manually to defined pages of the CMS. For ex:
http://www.mydomain.com/index.php?pages=contactold
--->
http://www.mydomain.com/index.php?page=contactnew&hl=ch
What should I do?
Thanks for help