I recently switched to Wordpress and I dont want to lose some of the old pages. The old website had pages using the following URL format
domain.name/gallery/word1_word2_word3_wordX.html
I need these links to be converted to:
domain.name/?s=word1+word2+word3+wordX&post_type=product
Basically I need to get everything after gallery/, remove .html, replace the underscores with plus sign and pass this to the new URL format between domain.name/?s= and &post_type=product
Any help is appreciated. Thank you.