I've been using an asp-based blogging platform for the past few years and I'm upgrading to WordPress.
Rather than rename all of my past posts, I want to keep the permalinks of my old posts (as poor SEO as they are) and use better permalinks for future posts.
I want to name my WP permalinks for old posts to be something like this:
http://www.example.com/blog/entry.asp?ENTRY_ID=219
But when I put the "entry.asp?ENTRY_ID=219", WP strips the "?" and the "=" and it doesn't work.
Is there some way to do this?