有帮助吗?

解决方案

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