领星动网编程开发之爆炸小宇宙

cnitblog.com/lxasp - - 有一种信念叫做编程
posts - 61, comments - 34, trackbacks - 0, articles - 0
RewriteRule ^(.*)$ index.php?/$1 [L]

缺少个?号,现在新版的PHP一般都是FastCGI运行的了,所以一般都会出现错误: No input file specified. 

<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

 

只有注册用户登录后才能发表评论。