ChangeSet ID: 31331 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/08/20 19:53:44 Modified files: . : .htaccess Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Add an entry for redirecting the site during an outage Patch: http://cvs.winehq.org/patch.py?id=31331 Old revision New revision Changes Path 1.7 1.8 +3 -0 appdb/.htaccess Index: appdb/.htaccess diff -u -p appdb/.htaccess:1.7 appdb/.htaccess:1.8 --- appdb/.htaccess:1.7 21 Aug 2007 0:53:44 -0000 +++ appdb/.htaccess 21 Aug 2007 0:53:44 -0000 @@ -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
participants (1)
-
WineHQ