我有这个 URL = domain.com/art-articles/arts/biography/2375-elias-
我想 301 重定向它,因为我最近将我的 Joomla 网站更改为类似domain.com/articles/art-articles/bios/item/2375-elias-
我尝试过这样的事情,但没有奏效。
RewriteRule ^art-articles/arts/biography/(.*) /articles/art-articles/bios/item/$1 [R=301,L]