Support the ongoing development of Laravel.io →
Configuration Testing
Last updated 1 year ago.
0

Try to change httpd.conf to this one:

# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com

ServerName 127.0.0.1:80

if that solution doesn't work try to change database configuration from localhost to 127.0.0.1 After that, to make sure all thing will run well, restart the apache first.

Last updated 1 year ago.
0

The problem is with php artisan serve. Apache is perfect.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

briff briff Joined 15 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.