=========================================================
CONFIGURAÇÃO CORRETA DO VIRTUALHOST
=========================================================

Abra: C:\xampp\apache\conf\extra\httpd-vhosts.conf

Cole NO FINAL (não apague nada):

<VirtualHost *:80>
    ServerName asdfasdf.localhost
    DocumentRoot "C:/xampp/htdocs/Systhema"
    <Directory "C:/xampp/htdocs/Systhema">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName gaelsystem.localhost
    DocumentRoot "C:/xampp/htdocs/Systhema"
    <Directory "C:/xampp/htdocs/Systhema">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName conegundes.localhost
    DocumentRoot "C:/xampp/htdocs/Systhema"
    <Directory "C:/xampp/htdocs/Systhema">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName conegundes1.localhost
    DocumentRoot "C:/xampp/htdocs/Systhema"
    <Directory "C:/xampp/htdocs/Systhema">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName conegundes2.localhost
    DocumentRoot "C:/xampp/htdocs/Systhema"
    <Directory "C:/xampp/htdocs/Systhema">
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

Salve, feche e reinicie o Apache.

PRONTO!
=========================================================

