Why can not I access the laravel pages on an Apache server?

-2

I just uploaded a laravel project to an apache server install the packages, install laravel and everything that has to do, then when I login to 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 do not understand what I need to configure.

here is the error I leave you an image

The above is solved, but the bottom of file does not exist . is what I have a problem with, and the first page if it opens to log in.

    
asked by Sebastián Lagos Yañez 14.03.2018 в 17:27
source

1 answer

0

check the apache log with the following command that will allow you to see the last lines of the file. Once you have the error, it is easier to ask what could be done.

tail -f /var/log/apache2/error.log

    
answered by 14.03.2018 / 17:45
source