127.0.0.1 site2.localhost
<VirtualHost *:80>
ServerName site2.localhost
ServerAlias www.site2.localhost
ServerAdmin postmaster@site2.localhost
DocumentRoot "F:\h\web\vhosts\site2-backend"
ErrorLog "logs/site2.localhost-error.log"
CustomLog "logs/site2.localhost-access.log" combined
DirectoryIndex index.php
<Directory "F:\h\web\vhosts\site2-backend">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
ipconfig /flushdns