Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top