当前位置:论坛首页 > Windows面板 > 求助

【已完成】php文件报错No input file specified. 静态文件则没有...

发表在 Windows面板2023-9-17 22:59 [复制链接] 4 1429

本帖最后由 堡塔运维香菜卷 于 2023-9-21 14:57 编辑
面板、插件版本:7.9.0

Windows Server 2008 R2
静态文件可以,php就会报No input file specified.
thinphp5.1







路由:
/about.html

使用道具 举报 只看该作者 回复
发表于 2023-9-17 23:01:06 | 显示全部楼层
/PUBLIC/.htaccess
  1. <IfModule mod_rewrite.c>
  2. Options +FollowSymlinks -Multiviews
  3. RewriteEngine On

  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
  7. </IfModule>
复制代码
/public/web.config
  1. <?xml version="1.0" ?>
  2. <configuration>
  3.         <location path="." allowOverride="false" inheritInChildApplications="false">
  4.                 <system.webServer>
  5.                         <rewrite>
  6.                                 <rules configSource="web_config\rewrite.config"/>
  7.                         </rewrite>
  8.                         <defaultDocument configSource="web_config\default.config"/>
  9.                         <httpErrors configSource="web_config\httpErrors.config"/>
  10.                         <handlers configSource="web_config\php.config"/>
  11.                 </system.webServer>
  12.         </location>
  13. </configuration>
复制代码


使用道具 举报 回复 支持 反对
发表于 2023-9-18 11:57:45 | 显示全部楼层
您好, 您可以尝试关闭“防跨站攻击”看看是否能正常恢复访问呢?
使用道具 举报 回复 支持 反对
发表于 2023-9-19 09:49:00 | 显示全部楼层
堡塔运维香菜卷 发表于 2023-9-18 11:57
您好, 您可以尝试关闭“防跨站攻击”看看是否能正常恢复访问呢?

谢谢回复我!
防跨站攻击一直没有开的
使用道具 举报 回复 支持 反对
发表于 2025-1-9 13:49:40 | 显示全部楼层
您好,香菜卷

我试了 好多设置 最后 关闭“防跨站攻击”能正常恢复访问  谢谢你的答复
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表