You want to quickly take a site down for maintenance. All visitors see the temporary message while files are being uploaded, but you can see that the site works before making it live again.
Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} !/maintenance.html$ RewriteCond %{REMOTE_HOST} !^888\.888\.888\.888 RewriteRule $ /maintenance.html [R=302,L]