I am developing an application on Laravel 5.2. I am done with development and deploying the application on a linux server. I moved the source code using git and executed migrations. I can see everything but when I access the project (any url) it gives 404 error.
The requested URL /project_name/public/ROUTE_NAME was not found on this server.
I checked apache logs, they say
Wed May 25 17:17:15 2016] [error] [client 172.16.17.15] File does not exist: /var/www/html/project_name/public/ROUTE_NAME
Let me know your thoughts.