Maintenance mode

This commit is contained in:
Pierre Rudloff 2014-05-15 20:31:44 +02:00
parent c9990a2084
commit 738f29a835
2 changed files with 41 additions and 0 deletions

View file

@ -1 +1,4 @@
AddType application/x-web-app-manifest+json .webapp
RewriteEngine On
RewriteCond %{REQUEST_URI} !=/maintenance.php
RewriteRule ^(.*)\.php$ /maintenance.php [R=301]