我的网站遇到了谷歌机器人的问题。 在网站管理员工具中,谷歌显示了无法找到的网页的404错误。
错误页面的模式很简单,就像这样
Domain.com/post-type-1
Domain.com/post-type-2
Domain.com/post-type-3
Domain.com/category/x/post-type-1
Domain.com/category/x/post-type-2
Domain.com/category/x/post-type-3
Domain.com/category/y/post-type-1
Domain.com/category/y/post-type-2
我想知道如何通过.htaccess立即重定向所有这些错误?
答案 0 :(得分:0)
您可以将此重定向放在.htaccess的顶部:
RewriteRule (?:^|/)post-type-\d+ /? [L,R=301]