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.
我在我的网站上使用基于 php 和 python 的页面。我希望我的根页面 example.com 和 example.com/ 使用 python 提供服务,并通过 php say (example.com/url) 保留所有页面。
如果我为 / 添加一个 scriptalias 指令,则所有请求都被转发到 python 并且 php 被饿死。
使用 ScriptAliasMatch ^/$ 代替 ScriptAlias /