I just add
.... RewriteBase /
to my htaccess.
I change the session driver,
without success :(
What do the logs on your web server say in them?
I have the same issue but with nginx. Multiple server blocks and different laravel projects attempting to reference each others autoload script.
similar to this error
[error] 7858#0: *753 FastCGI sent in stderr: "PHP message: PHP Warning: require(/var/www/project1/public/../bootstrap/autoload.php): failed to open stream: No such file or directory in /var/www/project2/public/index.php on line 21
Notice project2 looking in /var/www/project1 for the autoload.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community