关于3.5的为静态.htaccess直接可以这么写什么都解决.
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index.php|skins|common|book|attachment|robots.txt) RewriteRule ^(.*)$ /index.php/$1 [NCL] </IfModule> 
回复列表(1)