qolove 发表于 2022-12-25 21:12:45

【待反馈】开启伪静态后出错No input file specified.

开启伪静态后,

伪静态规则:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1
</IfModule>


哪里还需要设置?

出现错误:No input file specified.

qolove 发表于 2022-12-25 21:13:26

有没有大神指导一下?新手

运维风光 发表于 2022-12-26 11:04:57

您好,您是使用apache吗?是否有使用安全软件?什么系统安装的面板?

qolove 发表于 2022-12-27 08:35:46

运维风光 发表于 2022-12-26 11:04
您好,您是使用apache吗?是否有使用安全软件?什么系统安装的面板?

指操作系统的安全软件?宝塔面板没有安全软件

运维风光 发表于 2022-12-27 10:36:25

qolove 发表于 2022-12-27 08:35
指操作系统的安全软件?宝塔面板没有安全软件

是的,有使用吗?
页: [1]
查看完整版本: 【待反馈】开启伪静态后出错No input file specified.