Hello,
My permalink structure for posts is currently:
/%postname%
I want to change it to something like /%category%/%postname# or /post/#postname# but I don't want all the current URLs to break that link to my site. I currently have it set up with facebook and twitter and 1000s of URLs will break if I change the permalink.
Is it possible to create some type of modrewrite rules to check if the URL is /%postname% and then redirect to the new permalink structure?
Thanks