Hello! there,
I have a wordpress blog setup the following way using permalinks feature:
http://www.mydomain.com/blog-post.html
http://www.mydomain.com/blog-post-2.html
http://www.mydomain.com/blog-post-3.html
and I’ve now decided to add the following structure:
http://www.mydomain.com/[B]read[/B]/blog-post.html
http://www.mydomain.com/[B]read[/B]/blog-post-2.html
http://www.mydomain.com/[B]read[/B]/blog-post-3.html
So how do I 301 redirect all the old links to new structure using htaccess?
I’ve tried many methods while doing a research on Google but still haven’t found the solution. So anyone here to help me with the problem?
Thanks!!