mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-17 05:43:01 +00:00
Add premanent redirect from root to app/
This commit is contained in:
parent
7537e325b0
commit
86e7974018
1 changed files with 3 additions and 0 deletions
3
index.php
Normal file
3
index.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
http_response_code(308);
|
||||
header("location: app/");
|
Loading…
Reference in a new issue