阅读:1547回复:0
用A模式 建立的网站出现No input file specified.
网上找的解决办法都试过,还是一样不行附上我的伪静态规则如下,望大家帮忙下,非常感谢!!
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !\.(css|png|jpeg|gif)$ RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] #RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] </IfModule> |
|