apache环境下 伪静态出现No input file specified.

lecms 2月前 98

场景:

在apache环境下,安装狂雨cms系统时出现 No input file specified.

伪静态规则安装给的文档如下:

在系统安装时出现问题!

修复:(就多了一个 ?)

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
最新回复 (0)
返回
发新帖