我的站点 A 中有一个页面 http://www.siteA.com/1987/title.html
我想 301 将上面的页面重定向到外部站点 siteB 中的页面,如下面的示例所示 http://www.siteB.com/page/title3.html
我想在 htacess 中执行此操作,而不是在 php 中
我努力了
#redirect 301 /1987/title.html http://www.siteB.com/page/title3.html
这似乎对我不起作用