Redirect all but certain directory
RewriteEngine on RewriteCond %{REQUEST_URI} !^/somefolder/ RewriteRule (.*) http://www.domain.com/$1 [R=301,L]