mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Alternative redirect script
This commit is contained in:
parent
6548b1c017
commit
b9ca9cc9e5
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