我的网站刚刚推出了一系列新产品页面,取代了旧产品页面。
以下是我想要的重定向示例。一个从旧页面开始...重定向到新页面。我检查了Google网站管理员并说第二个链接找不到错误。
Redirect 301 /it-infrastructure.html http://www.example.com/managed-enterprise-services.html
Redirect 301 /it-infrastructure http://www.example.com/managed-enterprise-services.html
所以.html的重定向很好......但没有.html扩展名的那个没有。但是......奇怪的是,我有一堆过去的重定向,不使用html ext并且工作正常,例如:
Redirect 301 /broadsoft-web-portal http://www.example.com/broadsoft-web-portal.html
和
Redirect 301 /business-voip http://www.example.com/business-voip.html
任何人都知道为什么这不起作用?
答案 0 :(得分:0)
添加到.htaccess这一行
Options -MultiViews