Maintenance mode for homepage too

This commit is contained in:
Pierre Rudloff 2014-09-14 14:20:12 +02:00
parent 738f29a835
commit 9b370fa56c
1 changed files with 1 additions and 0 deletions

View File

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