| Code: |
#Forums
RewriteRule ^ftopic-([0-9]*)-([0-9]*)-days([0-9]*)-order(desc|asc)-([A-Za-z0-9_-]*).html forums.html&file=viewtopic&t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5
RewriteRule ^ftopic-([0-9]*)-days([0-9]*)-order(desc|asc)-([0-9]*).html forums.html&file=viewtopic&t=$1&postdays=$2&postorder=$3&start=$4
RewriteRule ^ftopic-([0-9]*)-([0-9]*).html forums.html&file=viewtopic&t=$1&start=$2
RewriteRule ^ftopic-([0-9]*)-(previous|next).html forums.html&file=viewtopic&t=$1&view=$2
RewriteRule ^ftopic(t|p)-([0-9]*)-([A-Za-z0-9_-]*).html forums.html&file=viewtopic&$1=$2&highlight=$3
RewriteRule ^ftopic-([0-9]*)-(watch|unwatch)-([0-9]*).html forums.html&file=viewtopic&t=$1&$2=topic&start=$3
RewriteRule ^ftopic(t|p)-([0-9]*).html forums.html&file=viewtopic&$1=$2
RewriteRule ^ftopic(t|p)-([0-9]*).html#([0-9]*) forums.html&file=viewtopic&$1=$2#$3
RewriteRule ^forum-editprofile.html forums.html&file=profile&mode=editprofile
RewriteRule ^forum-userprofile-([0-9]*).html profile-.html$1
RewriteRule ^forum-register-new.html forums.html&file=profile&mode=register&agreed=true
RewriteRule ^forum-register-coppa.html forums.html&file=profile&mode=register&agreed=true&coppa=true
RewriteRule ^forum-register.html forums.html&file=profile&mode=register
RewriteRule ^forums-posting.html forums.html&file=modules&name=Forums&file=posting
RewriteRule ^forum-faq-bbcode.html forums.html&file=faq&mode=bbcode
RewriteRule ^ftopic-post-([0-9]*).html forums.html&file=posting&t=$1
RewriteRule ^ftopic-vote-([0-9]*).html forums.html&file=posting&mode=vote&t=$1
RewriteRule ^ftopic-new-([0-9]*).html forums.html&file=posting&mode=newtopic&f=$1
RewriteRule ^ftopic-reply-([0-9]*).html forums.html&file=posting&mode=reply&t=$1
RewriteRule ^ftopic-edit-([0-9]*).html forums.html&file=posting&mode=editpost&p=$1
RewriteRule ^ftopic-smilies.html forums.html&file=posting&mode=smilies&popup=1
RewriteRule ^ftopic-quote-([0-9]*).html forums.html&file=posting&mode=quote&p=$1
RewriteRule ^forum-posting.html forums.html&file=posting
RewriteRule ^forums-group([0-9]*).html forums.html&file=groupcp&g=$1
RewriteRule ^fsearch-author-([a-zA-Z0-9_-]*).html search-.html$1
RewriteRule ^fsearch-([0-9]*)-([0-9]*).html forums.html&file=search&search_id=$1&start=$2
RewriteRule ^fsearch-(unanswered|egosearch|newposts).html forums.html&file=search&search_id=$1
RewriteRule ^fsearch-results.html forums.html&file=search&mode=results
RewriteRule ^forums-([^index][a-zA-Z0-9_-]*).html forums.html&file=$1
RewriteRule ^forum-c([0-9]*).html forums.html&file=index&c=$1
RewriteRule ^forum-mark.html forums.html&file=index&mark=forums
RewriteRule ^forums.html forums.html&file=index
RewriteRule ^forum-viewonline.html forums.html&file=viewonline
RewriteRule ^forum-([0-9]*)-days([0-9]*)-([0-9]*).html forums.html&file=viewforum&f=$1&topicdays=$2&start=$3
RewriteRule ^forum-([0-9]*)-([0-9]*).html forums.html&file=viewforum&f=$1&start=$2
RewriteRule ^forum-([0-9]*)-mark.html forums.html&file=viewforum&f=$1&mark=topics
RewriteRule ^forum-([0-9]*).html forums.html&file=viewforum&f=$1
RewriteRule ^forums.html forums.html
|