I'd like to use this redirect to put a holding page up, but allow for certain pages/directories as exceptions. I'm not sure how to allow for them.
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteRule ^(.*)$ http://www.example.com/temporarily_down.html [R=302,L]