onethink 重写URL后,apache提示No input file specified

<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>

加一个问号就好了,红色背景位置  

posted @ 2015-12-12 13:53  捕蛇者说  阅读(215)  评论(0编辑  收藏  举报