什么可能会导致“/”?保持添加在浏览器地址栏中输入的网址后面吗? - 交响乐团
一旦我输入 http://abc.def.com/something ,它会自动添加“/”斜杠后面,导致无法直接跳转到正确的页面。
可能是什么原因导致这种情况发生?会不会是路由文件造成的?或 .htaccess 文件?
Once I entered http://abc.def.com/something , it keep automatically added '/' slash behind it, and caused it could not be direct to correct page.
What would probably cause this happened? Would it be caused by routing file? or .htaccess file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是 .htaccess 文件或任何其他 Apache 配置文件中的重写规则。
Probably a rewrite rule in a .htaccess file or any other Apache config file.