301 重定向适用于 www.example.com,但不适用于
则代码在链接中与 www 一起工作,而在没有 www 的情况下不起作用
RewriteBase /
RewriteRule ^api$ http://example.com/topic/api [R=301,L]
我遇到了 301 重定向的一个奇怪问题,如果我输入 http://www.example.com/api 它可以工作,但是如果我这样做 http:// /example.com/api 它不起作用
Adv 谢谢 普拉桑特
I am getting a strange problem with 301 redirect it the code is working for with www in the link and not working for with out www
RewriteBase /
RewriteRule ^api$ http://example.com/topic/api [R=301,L]
if i type http://www.example.com/api it works but if i do http://example.com/api it doesnt work
Adv thanks
prasanth
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的虚拟主机配置应如下所示。
如果找不到该页面,则 example.com 和 www.example.com 可能指向不同的目录,否则,example.com 可能尚未链接到任何位置。
Check your Virtual Host configuration should be like below
If the page is not found, it is possible that the example.com and www.example.com point to difference directory, otherwise, example.com may not linked to any place yet.