==========================
RewriteRule ^/(?!index\.php|wp-|xmlrpc)(.*)$ /index.php/$1 [I,L]
#RewriteRule ^/(?!index.php)(?!wp)([^\.]*)$ /index.php/$1 [I]
#RewriteRule ^/category/diy /?cat=3
#RewriteRule ^/category/general /index.php?cat=1
#RewriteRule ^/category/house_reno /index.php?cat=4
#RewriteRule ^/category/pets /index.php?cat=138
#RewriteRule ^/category/photography /index.php?cat=5
#RewriteRule ^/page/([^/]+)$ /index.php?page_id=$1
#RewriteRule ^/tag/([^/]+)$ /index.php?tag=$1
==========================
IIRF的wordpress rewrite 规则
英文肯定没问题,没做测试,中文应该不是很好处理.