How do you redirect pages from a directory to a subdirectory?
- by kezzman11
I had recently moved all the content on my website from being in the www.mysite.com/shop directory to being in the root directory. This means that I needed to redirect any request to visit a page with the /shop directory back to the same page in the root directory eg.
www.mysite.com/shop/categories/washroom
to
www.mysite.com/categories/washroom…