Closed guanbiao33 closed 7 years ago
it doesn't work, but $klein->respond('GET','/hello',function(){return 'hello';}) succeed. help me pls. http://api.dev/index.php/hello (success) http://api.dev/index.php/hello/go (404 not found)
i solved this problem. config nginx.conf: location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?$1 last; } }
it doesn't work, but $klein->respond('GET','/hello',function(){return 'hello';}) succeed. help me pls. http://api.dev/index.php/hello (success) http://api.dev/index.php/hello/go (404 not found)