I am using the current code, which I found in another thread on this forum (http://www.webmasterworld.com/apache/3081740.htm)
RewriteCond $1 !^folder1/
RewriteCond %{HTTP_HOST} ^www\.domain1\.org
RewriteRule (.*) /folder1/$1 [L]
But this only works if the user includes the WWW in the URL. Is there a way to write it so that it forces WWW while still mapping the domain to the subfolder?