之前开发都用的16版的phpStudy,也没出现过什么大问题,入职以后直接在官网下的最新版,就出了一些小问题
访问本地localhost
和127.0.01
,会报500的错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
别说什么弱智,没开配置的允许目录列表,我开了有用就不发文了
那怎么才能显示目录列表呢?
先来删除配置中的默认首页,或者WWW
根目录下的index.php
的文件
我是选择删除了配置中的默认首页,因为目录下加index.php
文件是能访问的
然后打开配置文件vhosts-ini
,也就是vhosts.conf
文件
将默认的配置
Options -Indexes +FollowSymLinks +ExecCGI
改为以下
Options +Indexes +FollowSymLinks +ExecCGI
别找有什么区别了,就把-
减号改为了+
加号
重启phpStudy,应该就可以了
然后还要说的是记得开配置允许目录列表
也有可能你的没问题,我是遇到了,也是这么解决的
虽然没有遇到,也给收藏了,多谢博主
我也暂时没有遇到
好像还没遇到。phpstuy我用的也是最新版