Hi all, i created nginx configuration - conf When i visit http://my-domain.com/test-api/ i get 404 not found
how to fix this problem ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It work. If in laravel routes create prefix which the name it called as a subfolder laravel not understand my-domain.com/test-api as domain, domain is my-domain.com
i think laravel not support root url domain with subfolder, and i using dingo api
/home/jashka/sites/TestWebServiceAPI/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php line 161:
- everything rightAre you running other php scripts outside of test-api? If you can check your log files to see how the path indicated in the 404 matches up with the location of the file on your filesystem it would be helpful.