Alias ​​XAMPP

# File: httpd.conf (original)
<Directory "C:/MyFolder/Projects">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Require all granted
</Directory>

Alias /projects "C:/MyFolder/Projects"
VasteMonde