MediaWiki 类似目录系统
因此,如果您查看 mediawiki 网址:
http://en.wikipedia.org/wiki/Stack_Overflow
您会看到该页面是/wiki 中index.php 的子目录。 如何使我的脚本像
http://mysite.com/users/Walter
当我拥有一切时, 一样工作在用户目录中是index.php(以及使index.php工作的其他资源?)
So if you look at a mediawiki url:
http://en.wikipedia.org/wiki/Stack_Overflow
You see that the page is a subdirectory of index.php in /wiki. How can I make my script work like
http://mysite.com/users/Walter
when all I have in the users directory is index.php (and other resources to make index.php work?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 Web 服务器上进行一些 URL 重写,例如在 nginx 上:
这里有一个非常好的指南:https://www.mediawiki.org/wiki/Manual:Short_URL
You will need to do some URL rewrite on your web server, for examples on nginx:
There's a very good guide over here: https://www.mediawiki.org/wiki/Manual:Short_URL