0
Assuming we are on a linux server we have the following password.
the root Document pointed to
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/laravel/public
ServerName site.com.br
then we have a problem because the framework cannot find the defined routes in the Routes.php file I think this is due to the root Document being pointing to the public folder from there it does not find the routes www.site.com/route someone would have a solution for this, if that’s the real problem.
Try adding this line: Directoryindex index.php
– Leonardo Cesar Teixeira