-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why fastRoute not working in my server #255
Comments
@pabios there are so many different things that might be happening on the server... It's very difficult to help you without knowing (at least) error messages. |
@lcobucci Thank you for your reply . by the way, I just have a 500 error. as a response from the server. other tip ? |
|
Looks like you need route all requests to your
This might fix your error. |
Without this ,fast router will not work ? |
Mine also same problme ! |
I would suggest this crucial additional information is added to the documentation/readme. |
The webserver configuration is beyond the scope of this library and I'd prefer not to have to add configuration for Apache, Nginx, Caddy, etc. We can surely do a better job and reinforce the need for sending all requests to the file that is routing your application 👍 I'll squeeze this in before tagging the first pre-release versions, but feel free to send PRs. |
hello
my local project work but when i am uploading code to server nothing work .
i.e : this way localhost:9000/hello works
but this one http://api.domaine.com/hello does not working
-PHP 8
could someone help?
thank you
The text was updated successfully, but these errors were encountered: