Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top