修改C:\wamp64\bin\apache\apache2.4.18\conf\extra\httpd-vhosts.conf

修改为一下内容:

#
# Virtual Hosts
#

<VirtualHost *:80>
    ServerName localhost
    DocumentRoot c:/wamp64/www
    <Directory  "c:/wamp64/www/">
        Options +Indexes +FollowSymLinks +MultiViews
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

重新启动WAMP即可

 

posted on 2016-04-08 15:44  delphi老中医  阅读(219)  评论(0编辑  收藏  举报