<VirtualHost *:80> ServerAdmin webmaster@example.com DocumentRoot "c:/xampp/htdocs/southland-hotel/public/" ServerName southland-hotel.com ErrorLog "logs/southland-hotel-error.log" CustomLog "logs/southland-hotel-access.log" common </VirtualHost>
that's what I configured with vhost.txt. When I typed in the address of southland-hotel.com it only shows the southland-hotel directory not going into public directory.
Have you restarted Xampp after making these changes?
Also, the filename should probably be httpd-vhost.conf, not vhost.txt. Might be a configuration setting though, but that's what it's called on my installation of both Xampp and Wamp.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community