问答详情
源自:2-2 Thinkphp的安装

改了网站目录到public后没有直接访问index.php而是直接进入public目录下,需要点击index.php才会进入

我的是window7而且没有使用集合环境,thinkphp5安装成功了可以显示页面


提问者:HeCS 2018-10-08 21:14

个回答

  • 佛系少年
    2018-10-08 21:55:26
    已采纳

    你应该是在环境配置的时候,没有设置默认访问文件,apache的 httpd.conf 中 

    <IfModule dir_module>
        DirectoryIndex index.php index.php index.html index.htm

    </IfModule>