Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 index.php/ 之后添加任何字符,我正在尝试使用我的网址修复一些奇怪或损坏的结果:
http://domain/index.php/?
我怎样才能解决这个问题?谢谢!
此 Web 服务器功能称为Path Info。查找 Apaches AcceptPathInfo设置。你的问题到底是什么?您想将普通查询字符串与路径信息 URL 一起使用吗?