Was it helpful?

Solution

I think this would do:

RewriteRule ^(.*)_fixedsuffix(.*)$ /$1$2 [R=301,L]

$1 is whatever comes before the _fixedsuffix, and $2 is whatever comes after.

You might want to use something like http://htaccess.madewithlove.be/ to test your rules.

And there is also a whole lot of articles and resources on line explaining those concepts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top