0byt3m1n1
Path:
C:
/
wamp64
/
bin
/
apache
/
apache2.4.41
/
conf
/
original
/
wampserver
/
[
Home
]
File: httpd-vhosts.conf
# Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost>