如果是本地或者测试环境下虚拟机配置文件应该为这样

<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文件就会报错查看不了其他文件目录

Last modification:January 3, 2020
如果觉得我的文章对你有用,请随意赞赏