RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?your site.com$ [NC] RewriteCond %{REQUEST_URI} !^/forums/ RewriteRule ^(.*)$ "http://you site.com/forums/" [R=301,L]