RewriteEngine on RewriteBase / RewriteRule ^topic/([0-9]+)/?$ topic.php?id=$1 [L] RewriteRule ^user/([0-9]+)/?$ user.php?id=$1 [L]