<VirtualHost *:80>
    ServerName localhost
    DocumentRoot e:/wamp64/www #your local dir path
    <Directory  "${INSTALL_DIR}/www/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

在 httpd.conf 中添加上述代码,