PHP5.5.38切换7.0.12 tp5 自定义路由无效

浏览:233 发布日期:2019/03/06 分类:ThinkPHP5专区
今天切换了下PHP的版本,自定义路由就无效了,一开始报错“No input file specified”,后来修改 .htaccess文件 RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]后,index默认页面可以访问,但是使用 http://localhost:8086/AntSport/public/index/Index/index 就不行。不知道咋回事
环境 PHP工具箱 ; 开发工具 :Visual Studio Code

最佳答案
评论( 相关
后面还有条评论,点击查看>>