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.
URL (例: : http://localhost:2000/index.n/test) を呼び出そうとしていますが、サーバーはそのように test.n を見つけようとします。index.n ファイルに移動して、リクエストのパスとして index.n/test を取得したいと思います。どうすればそれができますか?(Haxeを使用しています)
http://localhost:2000/index.n/test
(PHPでは動作します)
どうもありがとう、ピーモ
neko スクリプトのテストにを使用nekotools serverしている場合は、 で起動する必要がありますnekotools server -rewrite。Apache を使用している場合は、mod_rewrite を使用する必要があります。
nekotools server
nekotools server -rewrite