I am working on a WordPress blog for a client. Currently they have around 3,000 posts.
The WordPress is installed at /blog/
I need to move the WordPress install to the Root directory but still have the Blog posts show up at /blog/
so after I move the blog, all the Post URLs will remain the same.
I have to do this regardless of how I do it this has to be the outcome. I’m hoping for an easier method though.
Any ideas?
blog
./blog/%postname%/
.That should do it.