I have a site that is no longer needed live and has a holding page setup to state that it\'s no longer available. All requests to pages on the site (bookmarked or otherwise)
Just use it like this :
RewriteRule ^.+$ / [R=302,NC,L]
It will redirect all that don't match / only to /.
/