I just uploaded a laravel project to an apache server, install the packages, install laravel and everything that has to do with it, so when I enter my site it shows me the login, but when I enter the data and to access, it enters but says
Not Found
The request URL/page1 was not found on this server
------------------------------------- --------------------------
Apache/2.2.15(CentOS) Server at.....
I would like to know what I am doing wrong. I don't understand what I need to configure.
here is the error I leave you an image
the above is solved, but the below is file does not exist
. It is what I have a problem with, and the first page does open to log in.
check the apache logs with the following command that will allow you to see the last lines of the file. once you have the errors it is easier to ask what could be done.
tail -f /var/log/apache2/error.log