Page 1 of 1

How to create virtual host in XAMPP 7.2.3?

PostPosted: 23. March 2018 13:21
by merinus
I have problem creating virtual host in XAMPP 7.2.3.
With this configuration Apache doesn't start:
Code: Select all
<VirtualHost *:1212>   
    DocumentRoot "C:\Users\Admin\Desktop\test1"   
    ServerName test1.test
        <Directory "C:\Users\Admin\Desktop\test1">
            AllowOverride All
            Require all granted
        </Directory>
</VirtualHost>

In XAMPP 7.0.28 this configuration works. I am not sure but I think the problem is between <Directory></Directory> tags.

Re: How to create virtual host in XAMPP 7.2.3?

PostPosted: 25. March 2018 18:45
by gsmith
missing?
Listen 1212