I want to move WordPress to another domain and also change the permalinks. So basically what I want is to move from: oldsite.com/PostId-PostName.html to newsite.com/PostName/
I know this can be done from .htaccess, but I don’t manage to get it right. Can you please help me ?
This is how it can be done using Apache’s mod_rewrite:
This will ONLY redirect URLs like
oldsite.com/12345-very-interesting-post.html.