i want migrate a WIX website to wordpress and i want preserve the SEO score without broken the url of every post-page. but the structure of WIX url is composed by special character like "#!" , now how i can create a 301 that work.
the structure of wix url is like this :
www.wix.com/#!this-is-a-test-page/a56730/821fa3180cf2779eabf1d2f7
so i want redirect to a standard wordpress url example :
www.wix.com/this-is-a-test-page/a56730/821fa3180cf2779eabf1d2f7
now i tried a simple redirect 301 in htacess like this:
redirect 301 /#!this-is-a-test-page/a56730/821fa3180cf2779eabf1d2f7
www.wix.com/this-is-a-test-page2/a56730/821fa3180cf2779eabf1d2f7
but not work, how i can solve this ?
