本地phpstudy部署访问域名/admin 、域名/wap无法自动跳转对应首页问题1、如果本地部署完成后访问后端或者前端 域名/admin 域名/wap 不会跳转的相应页面那么在phpstudy中找到 设置--配置文件 httpd.conf2、打开httpd.conf配置文件找到DirectoryIndex指令添加或确保有以下配置DirectoryIndex index.html index.php3、如果已经存在但还是不可以访问那么在伪静态文件中添加 DirectoryIndex index.html index.php 保存