도움이 되었습니까?

해결책

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