RewriteEngine On RewriteBase / RewriteRule ^ttt/tags$ /cgi-bin/t1.pl [L] RewriteRule ^ttt/tags/(.*) /cgi-bin/t1.pl?-tags=$1 [L]