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
ChangeSet ID: 31330
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/08/20 19:45:47
Added files:
. : site_outage.html
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add a site outage page that we can use when the site is offline
Patch: http://cvs.winehq.org/patch.py?id=31330
Old revision New revision Changes Path
Added 1.1 +0 -0 appdb/site_outage.html
Index: appdb/site_outage.html
diff -u -p /dev/null appdb/site_outage.html:1.1
--- /dev/null 21 Aug 2007 0:45:47 -0000
+++ appdb/site_outage.html 21 Aug 2007 0:45:47 -0000
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>AppDB temporarily offline</title>
+</head>
+<body>
+<h1>Wine Application Database</h1>
+<h3>Sorry, the AppDB is temporarily offline</h3>
+<h3>While we are down you might want to checkout the main
+<a href="http://www.winehq.org">WineHQ site</h3>
+</body>
+</html>
+