我需要重定向500多页。原始网址引用了产品ID,现在他们希望它引用产品名称。例如:
自:
www.thedomain.com/bn/products/product-details/72
于:
www.thedomain.com/bn/products/product-details/MR633
我知道重写规则需要:
RewriteRule ^/bn/products/product-detail/72$ http://www.thedomain.com/bn/products/product-detail/MR633 [R=301]
我是否需要手动创建所有500多个重定向行以添加到htaccess文件,或者是否有更好的方法?谷歌已经为所有超过500页的页面编制了索引,因此他们不想失去这种权利。任何建议都将不胜感激。
此外,在.htaccess文件中有数百个重定向是正常/正常吗?