码迷,mamicode.com
首页 > 其他好文 > 详细

tp5 之 "No input file specified

时间:2019-05-25 22:57:26      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:通过   file   框架   mic   url   public   域名   sts   inf   

tp5 之 "No input file specified"

问题

通过"域名/模块/控制器/方法"这样的方式访问的时候,浏览器输出如下:

技术图片

直接通过"域名"访问,则可以正常显示tp5框架指定的首页

原因

配置虚拟域名时,

DocumentRoot 项 可能只设定到目录,而没有到文件

解决办法:

找到配置文件vhosts.conf,将DocumentRoot 项,设定指向tp5框架的public目录中的index.php

技术图片

**提示:不修改的话,要想访问正常,url中需要指定index.php,即*域名/index.php/模块名/控制器/方法名**

tp5 之 "No input file specified

标签:通过   file   框架   mic   url   public   域名   sts   inf   

原文地址:https://www.cnblogs.com/cinya/p/10924284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!