I have plenty of urls indexed by search engines looking like
Code: Select all
http://www.domain.com/gallery2/key/Malta?g2_highlightId=147
or
http://www.domain.com/gallery2/updates?g2_albumId=1319&g2_itemId=3433&g2_fromNavId=xe18d6500
Code: Select all
Redirect 301 /gallery2/ http://www.domain.com/gallery.html
Code: Select all
http://www.domain.com/gallery.htmlkey/Malta?g2_highlightId=147
Is there any possibilety to catch all requests going in to the folder /gallery2/ and redirect or rewrite them to just
Code: Select all
http://www.domain.com/gallery.html
Thanks for any advise