RewriteEngine on
RewriteBase /link#如果您放在二缓目录下, 此处填写二级名称
RewriteRule ^catalog/(.*)_(.*).htm catalog\.php\?id=$1&pg=$2
RewriteRule ^catalog/(.*).htm catalog\.php\?id=$1
RewriteRule ^article/(.*).htm article\.php\?id=$1
RewriteRule ^tag/(.*) s\.php\?word=$1
RewriteRule ^tieba/list/(.*).htm catalog_tieba\.php\?id=$1
RewriteRule ^tieba/list/(.*)_(.*).htm catalog_tieba\.php\?id=$1&pn=$2
RewriteRule ^tieba/view/(.*).htm article_tieba\.php\?id=$1