Set up Automatic Virtual Hosts with Nginx and Apache

Superb stuff. Thanx for great info.

For my windows Xampp I did something like this

<VirtualHost *:80>
    ServerName vhosts.fqdn
    ServerAlias *.lv5.dev
    VirtualDocumentRoot "C:/xampp/htdocs/php/laravel5/%1/public"
</VirtualHost>

And worked just fine :smile:

1 Like