/viewtopic.php?f=1&t=2 becomes /t-2.html
伪静态规则
代码: 全选
RewriteRule ^t-([0-9]*)-s([0-9]*).html viewtopic.php?t=$1&start=$2&%{QUERY_STRING} [L]
RewriteRule ^t-([0-9]*).html viewtopic.php?t=$1&%{QUERY_STRING} [L]
RewriteRule ^f-([0-9]*)-s([0-9]*).html viewforum.php?f=$1&start=$2&%{QUERY_STRING} [L]
RewriteRule ^f-([0-9]*).html viewforum.php?f=$1&%{QUERY_STRING} [L]