I have transferred all my posts from blogger to self hosted WordPress installed on my server.
The permalinks have been changed in such a way that it resembles the blogger structure (/year/month/post-name.html) by using a plugin (maintain blogger permalinks)
The problem that i now face is int he /year/month/ fields.
While using blogger, I updated some posts regularly.But the URL would remain the same.
For example: domainname.com/2009/09/sample-post.html is the original & in the year 2011, i updated the same post with more details & published it.But there was no change in the permalink & it remained the same.
After the transfer to wordpress yesterday, the above URL has become domainname.com/2011/09/sample-post.html
This change in permalink wud mean loss of visitors & i have atleast 100 odd posts like this.I dont want to take the .htaccess route.
I heard that MySQL has some options.Kindly help me in that.
Could anyone help me in changing the permalinks of WP in such a way that the original blogger URL can be retained?