错误处理和搜索引擎
我刚刚将页面结构从
eg
/my_page.php
更改为
/my_page/
,但现在搜索引擎上的所有缓存页面都给出了404..
我该如何处理它们?是否可以将所有 404 直接重定向到域 www.domain.com
并同时将 301 重定向发送回搜索引擎?
I have just changed my page structure from
eg
/my_page.php
to
/my_page/
but now all cached pages on search engines gives 404..
how can I handle them? is it possible to redirect all 404 to directly to the domain www.domain.com
and in the same tiem send back a 301 redirect to the search engine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 htaccess (如果可用)或虚拟主机的配置中尝试以下操作:
Try the following in htaccess (if available) or the virtual host's config: