I tried to redirect all the pages to one page. I got the solution from the following question in Stack overflow but I'm getting Too many redirects
error. Here is my code:
Options -MultiViews +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/closing-down$
RewriteCond %{REMOTE_HOST} !^my\.ip\.11\.11
RewriteRule $ /closing-down [R=302,L]