Current content:
# Virtual Hosts
#
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
ServerName erp.local
DocumentRoot "C:/wamp64/www/recruitment-erp/public"
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
ErrorLog "C:/wamp64/logs/erp_error.log"
CustomLog "C:/wamp64/logs/erp_access.log" combined
SUCCESS: vhosts.conf fixed.
New content:
# Virtual Hosts
#
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Restarting Apache...