I am changing my CMS. The old CMS urls are not seo-friendly for example
mysite/modules.php?name=News&new_topic=8
the new is using nice-urls or seo-friendly urls
mynewsite/Support/Books/my-nice-urls
Now, I have accumulated/achieved nice position in the search engins.
My questions are:
- How can I keep this position; I am afraid my indexed urls with search engines will give 404 error
- How can I redirect all
mysite/*to/mynewsite
Thank you
OOzy