如果是本地或者测试环境下虚拟机配置文件应该为这样
<VirtualHost *:80>
DocumentRoot "F:/Work"
ServerName dong.dong.cn
<Directory "F:/Work">
Options Indexes FollowSymLinks #这条意思可以看见其他目录和链接
DirectoryIndex index.php
AllowOverride None
AllowOverride All
</Directory>
</VirtualHost>
上面使用与本地开发
把这行去掉
Options Indexes FollowSymLinks
没有index文件就会报错查看不了其他文件目录