0
我需要插入額外的路徑到URL的由301轉發的例子:htaccess的 - 插入額外的路徑
舊網址:http://example.com/products/cf1/
新的URL:http://example.com/products/additional-path/cf1/
我試過這個:
RewriteRule ^/?products/[^additional-path]*(.*)$ /products/additional-path/$1 [L,R=301]
我該如何做到這一點?
新網址是否存在? – starkeen
是的 - 當然。但301前進在一個循環中結束。 – mittererr
是否要將舊的網址**重定向到**新的或新的舊的? – starkeen