Maintenance mode for homepage too
This commit is contained in:
parent
738f29a835
commit
0a0606b322
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ AddType application/x-web-app-manifest+json .webapp
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_URI} !=/maintenance.php
|
RewriteCond %{REQUEST_URI} !=/maintenance.php
|
||||||
RewriteRule ^(.*)\.php$ /maintenance.php [R=301]
|
RewriteRule ^(.*)\.php$ /maintenance.php [R=301]
|
||||||
|
RewriteRule ^$ /maintenance.php [R=301]
|
||||||
|
|
Loading…
Reference in a new issue