Hello,
I have a really strange problem using Slim 3.3 . I have putted the configurations of Slim right into the apache configuration . It works great in browser . But it does not work when I try to make a request through my mobile app . It instead returns apache’s default 404 not found page !
I am sure the url is correct because the exact same url works in my pc …
I thought maybe it’s because of User-Agent header but still after adding that the result is the same.
Can you please guide me to what to do to solve this problem ?
Server’s Response in mobile:
Not Found
The requested URL /v1/version was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.