The bulk of my pictures were located in /gallery2/myphotography/ and I recently moved everything there to /gallery2/. I tried adding a simple 301 redirect to the gallery .htaccess file like so without success.
redirect 301 /gallery2/myphotography/* /gallery2/*
How can I make this work?