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.
Web サイトで php および python ベースのページを使用しています。ルートページ example.com と example.com/ を Python を使用して提供し、残りのすべてのページを php (example.com/url) で残したいと考えています。
/ に scriptalias ディレクティブを追加すると、代わりにすべてのリクエストが python に転送され、php が不足します。
ScriptAlias / の代わりに ScriptAliasMatch ^/$ を使用します。