我试图先更改扩展名,然后更改 URL 的其余部分,但不知道如何。
这就是我现在正在尝试的:
RewriteRule ^brands/living(.*)\.html$ /maerker/bolig/$1.htm [PT] <- Not working
RewriteRule ^brands/living/oldcat(.*)$ /maerker/bolig/newcat$1 [L,R=301] <- Works as intented
第一行应该更改扩展名,然后第二行应该更改 URL 的其余部分,但它不起作用。
我想要的结果是:
www.domain.com/brands/living/oldcat/product.html
更改为:
www.domain.com/maerker/bolig/newcat/product.htm