qolove 发表于 2022-12-25 09:34:21

【已完成】新手,搭建网站后出现错误No input file specified.

本帖最后由 堡塔运维香菜卷 于 2023-3-24 14:12 编辑

No input file specified.

已经关闭了防跨站功能



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


Options All -Indexes
order deny,allow
deny from none
allow from all




还是出现错误,无法访问No input file specified.

qolove 发表于 2022-12-25 12:25:44

堡塔安全木兰 发表于 2022-12-25 11:27
将防跨站文件删掉试试

关闭,就没有这个user.ini文件了,还是不行

香菜卷 发表于 2023-3-24 14:12:17

您好,请问您的问题解决了吗?没有解决的话麻烦重新发帖以便处理。
页: [1]
查看完整版本: 【已完成】新手,搭建网站后出现错误No input file specified.