/question/(:any)===/q_(:any).html
/topic/(:any)===/t_(:any).html
/people/(:any)===/p_(:any).html
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
不知道是上面那里的问题一直 没办法正常运行伪静
是有改新规则吗
阅读全文
收起全文