Alternative redirect script
This commit is contained in:
parent
927eda9188
commit
856213a2aa
1 changed files with 6 additions and 0 deletions
6
code/web/public_php/index.php
Normal file
6
code/web/public_php/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
header("Cache-Control: max-age=1");
|
||||
header('Location: ams/', true, 301);
|
||||
|
||||
?>
|
Loading…
Reference in a new issue