Just add the following to the .htaccess file in the correct directory of the pages you would like to redirect.
RewriteEngine On
Redirect 301 /shop/oldFILE.html http://mywebsite.com/shop/new-subfolder-if-needed/newFILE.html
Lather, Rinse, Wash, Repeat….as needed.
-Will