标签:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
加一个问号就好了,红色背景位置
onethink 重写URL后,apache提示No input file specified
标签:
原文地址:http://www.cnblogs.com/bushe/p/5041135.html