RewriteEngine on RewriteRule ^show/(.+).png$ show.php?id=$1 [NC,L] RewriteRule ^group/(.+).gif$ group.php?id=$1 [NC,L]