DocumentRoot "D:\WWW"
<Directory />
Options +Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order allow,deny
Deny from all
Require all granted
</Directory>
将Deny from all
修改为 Allow from all
.
Allow from all
,那么就设置phpStduy设置->允许目录列表(如果上面显示还是1,那就是博客园的markdown出错了)