Document root is not updating

There is a default virtual host created by WampServer automatically.

<VirtualHost localhost:80>
DocumentRoot "D:/Archives"
ServerName localhost
<Directory "D:/Archives">
    Order allow,deny
    Allow from all
    Options Indexes FollowSymLinks
    AllowOverride all
    #   onlineoffline tag - don't remove
    Require all granted
</Directory>
</VirtualHost>

開始討論

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *