xampp aliases code example
Example: xampp aliases
# File: httpd.conf (original)
<Directory "C:/MyFolder/Projects">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /projects "C:/MyFolder/Projects"