RewriteEngine on rewriterule ^2/$ http://www.domain.com/ [r=301,L] rewriterule ^2/(.*)$ http://www.domain.com/$1 [r=301,L]