I used to have my permalinks to standard format, something like http://example.com/?page%5Fid=2. Now I have changed this, using ISAPI rewrite in a httpd.ini file in the wp root folder. This is working, but I need to have the old page_id=x style pages redirect to the current permalinks which is in a form of http://example.com/subject.
I have looked at RedirectPermanent keywords etc, but nothing seems to really work. I have a very limited amount of pages, so a list where I specify all the page_ids is not really a problem. Anyone know how I can do this?