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 中有效)
非常感谢,皮克莫
如果您nekotools server用于测试 neko 脚本,则需要使用nekotools server -rewrite. 如果您使用的是 apache,则需要使用 mod_rewrite。
nekotools server
nekotools server -rewrite