Closed juvenn closed 7 years ago
本地启动 php -S 0.0.0.0:3000 -t public 的服务,不能正确路由带有 dot 的 url , 比如: http://localhost:3000/1.1/functions/_ops/sayHello 会报告 Not Found.
php -S 0.0.0.0:3000 -t public
http://localhost:3000/1.1/functions/_ops/sayHello
https://bugs.php.net/bug.php?id=61286
已经在 lean-cli 提供 router.php 处理。可以同时指定 document root 及 router 来解决:
php -S 0.0.0.0:3000 -t public router.php
本地启动
php -S 0.0.0.0:3000 -t public
的服务,不能正确路由带有 dot 的 url , 比如:http://localhost:3000/1.1/functions/_ops/sayHello
会报告 Not Found.https://bugs.php.net/bug.php?id=61286