This is what I have: www. site .com/page.php?id=1234 This is what I want: www. site .com/page1234.html Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^page(.*)\.html$ page.php?id=$1 [L] Edit: The above works perfect.