关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

虚拟主机使PHP5.2提示No input file specified.

发布时间:2021-03-18 12:50:17

方法三:修改项目根目录的伪静态文件 .htaccess

打开.htaccess 在RewriteRule 后面的index.php后面添加一个“?

0
1
2
3
4
RewriteEngine on
RewriteCond$1!^(index.php|images|robots.txt)
RewriteRule^(.*)$/index.php?/$1[L]

/template/Home/Zkeys/PC/Static