I have an asp site on a win server and am in the process of recoding the whole site to php. I have found some nifty code in these forums to rewrite the new php pages to the old asp page urls as it is an aged domain with heaps of links all over the net and I don't want to loose those links which I move to the linux server.
the asp pages are ugly urls
so i was wondering if it would be a good idea / or possible to then rewrite the rewritten asp pages to a nice url - and if this would affect my links in search engines etc? that is the main question!
current URL - default.asp?CatID=2&SubCatID=3
My idea
new page default.php?CatID=2&SubCatID=3 -> to go to default.asp?CatID=2&SubCatID=3
THEN default.asp?CatID=2&SubCatID=3 -> to go to /this-cat/this-sub-cat
Any advise and guidance will be most appreciated :D