From 738f29a8353c5ad97e5e0e7f3e062c4dbf31cfc7 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 15 May 2014 20:31:44 +0200 Subject: [PATCH] Maintenance mode --- .htaccess | 3 +++ maintenance.php | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 maintenance.php diff --git a/.htaccess b/.htaccess index daab6ba..09448e2 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,4 @@ AddType application/x-web-app-manifest+json .webapp +RewriteEngine On +RewriteCond %{REQUEST_URI} !=/maintenance.php +RewriteRule ^(.*)\.php$ /maintenance.php [R=301] diff --git a/maintenance.php b/maintenance.php new file mode 100644 index 0000000..8d5f08a --- /dev/null +++ b/maintenance.php @@ -0,0 +1,38 @@ + + * @author Olivier Haquette + * @license GNU General Public License http://www.gnu.org/licenses/gpl.html + * @link http://rudloff.pro + * */ +require 'head.php'; +?> + + + + + +
+
+

+
Due to some issues with our server, we have to disable AllTube for a few days. Sorry for the inconvenience.
+
+
+ + + + + +