nystudio107 / retour

DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
Other
168 stars 24 forks source link

Plus signs "+" in exact match not redirecting. #110

Closed wihodges closed 5 years ago

wihodges commented 5 years ago

So for instance: "/blog/site+word+name" should redirect to "/blog/site-word-name". Currently this does not work as exact match

Is the plugin capable of handing this or does something need to be created in the .htaccess for this to work?

wihodges commented 5 years ago

Strange so was able to solve this by removing the "+" sign with a blank space: So /blog/site word name" redirects to /blog/site-word-name and now it works.