RewriteEngine on #Threads with page numbers RewriteRule [^/]+-t([0-9]+)-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1&page=$2 [L,R=301] #Threads RewriteRule [^/]+-t([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]