You don't have permission to access / on this server.
更新:HHH   时间:2023-1-7


PHP使用phpstudy环境搭建好后访问主页出现如下提示

You don't have permission to access / on this server.


可以将vhosts.conf配置中的

Options -Indexes +FollowSymLinks +ExecCGI改成

Options +Indexes +FollowSymLinks +ExecCGI


这样访问主页时找不到指定文件就会以目录的形式将文件夹中的内容列出来

返回开发技术教程...