Add premanent redirect from root to app/

This commit is contained in:
Starbeamrainbowlabs 2019-04-12 23:15:42 +01:00
parent 7537e325b0
commit 86e7974018
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

3
index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
http_response_code(308);
header("location: app/");