没有 HTTP 的重定向不起作用
我已经安装了 MediaWiki,但重定向到“http://wiki.website.com/mw-config/index.php”的链接消失了。问题是:我转到“http://mw-config/index.php”。这怎么可能?
谢谢!
I have installed MediaWiki, and a link dissapears that redirects me to 'http://wiki.website.com/mw-config/index.php'. The problem is: I go to 'http://mw-config/index.php'. How is that possible?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该链接很可能被写为
href="//mw-config/index.php"
这将导致您所看到的行为。为什么的问题可能与您的配置有关(如果这是原因,则与基本路径有关),但在不了解更多信息的情况下很难确切地说出是什么。It's likely the link is being written out as
href="//mw-config/index.php"
which will cause the behaviour you are seeing. The question of why is probably something to do with your configuration (something to do with a base path, if this is the cause), but it's hard to say exactly what without knowing more.