From cd03785d954b88f9620a6ff298cd7010876ebc66 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 21 Aug 2007 00:53:44 +0000 Subject: [PATCH] Add an entry for redirecting the site during an outage --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 7abb389..dc28799 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,9 @@ # default permissions allow from all +# uncomment this to take the website offline +# RedirectMatch ^.*$ http://appdb.winehq.org/site_outage.html + # Set Our Default Directory Index DirectoryIndex index.php