Wamp 和 flightphp 不能一起工作
Wamp and flightphp not working together
这是我在 github 上的存储库。
当我继续 http://localhost:port/PS-PKCalypso/rest/
- 我得到我的 hello nestos!
但是,当我转到 http://localhost:port/PS-PKCalypso/rest/sada
- 我得到 404 not found
错误。
在我的 wamp 上,我已将 AllowOverride 更改为全部,启用 rewrite_model、php_curl...
P.S 我的朋友 xampp 效果很好。
有人有想法或解决方案吗?谢谢!
/sada rest/index.php 中的路由在哪里?
你必须定义它。
或者,你做到了,问题还在继续:你可以用 .htaccess 解决这个问题 RewriteBase
How does RewriteBase work in .htaccess
这是我在 github 上的存储库。
当我继续 http://localhost:port/PS-PKCalypso/rest/
- 我得到我的 hello nestos!
但是,当我转到 http://localhost:port/PS-PKCalypso/rest/sada
- 我得到 404 not found
错误。
在我的 wamp 上,我已将 AllowOverride 更改为全部,启用 rewrite_model、php_curl...
P.S 我的朋友 xampp 效果很好。
有人有想法或解决方案吗?谢谢!
/sada rest/index.php 中的路由在哪里? 你必须定义它。
或者,你做到了,问题还在继续:你可以用 .htaccess 解决这个问题 RewriteBase How does RewriteBase work in .htaccess