# Virtual Hosts # ServerName localhost ServerAlias localhost #DocumentRoot "${INSTALL_DIR}/www" DocumentRoot "C:/wamp64/www" # Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted # # # # ServerName mahara DocumentRoot "c:/wamp64/www/mahara" Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted # onlineoffline tag - don't remove # Order Deny,Allow # Deny from all Allow from 127.0.0.1 Allow from ::1 Allow from localhost Allow from 192.168.0.0/24 #