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>

加一個問號就行了,紅色背景位置  php

相關文章
相關標籤/搜索