Hello, Currently, I'm using year/month/post-name permalink. But its getting a bit long. I am willing to change it to /post-name/ only. But I'm afraid that all the URLs will become inaccessible, and all my backlinks will become invalid. What can I do for this? Will redirecting by .htaccess to newer structure will do the trick?
Hi, you can solve that with simple redirection rules in the file .htaccess: http://yoast.com/wp-content/permalink-helper.php You can also use a plugin: http://wordpress.org/plugins/change-permalink-helper/ (I would choose the first option, though.)