# COPIE TODO ESTE CONTEÚDO PARA:
# C:\xampp\apache\conf\extra\httpd-vhosts.conf
# (Pode APAGAR tudo que tem lá e colar isso)

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

<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>

