メンテナンス中表示などのため、全てのURLパスについて、同じ画面を表示したい場合は、次の方法があります。httpd.conf に追記してください。
RedirectMatch [.]+ /
RewriteEngine on RewriteRule (?:(?!/index\.html).)* /index.html