I need to 301 redirect in .htaccess from old site with folder structure to new page that uses the ending folder name as a url param.
like this:
http://example.com/artists/artist-name
to
http://example.com/search-works.php?searchArtist=artist-name
I need to 301 redirect in .htaccess from old site with folder structure to new page that uses the ending folder name as a url param.
like this:
http://example.com/artists/artist-name
to
http://example.com/search-works.php?searchArtist=artist-name