Hello,
I'm migraing my old weblog developed in ASP + M$ Acsess to WordPress. All the post, comments, categories and look & feel are migrated and all it's working perfect, but I've a little question... I don't want to lose my old references (because there're people refering me and some pages are indexed in Google and other search engines), so I'd like that these old links redirect to new links. For that I used the .htaccess file and I added some directives like:
RewriteRule ^(.+)/showBlog\.asp?$ /wp/index.php?$1 [QSA,L]
RewriteRule ^(.+)/rssfeed\.asp /wp/index.php?&feed=rss2 [QSA,L]
But it's not working and my knowledge abut this topic it's a little bit low... Can someone help me?
Thanks in advance...
jc!