Alternative redirect script

This commit is contained in:
kaetemi 2014-09-05 10:11:50 +02:00
parent 927eda9188
commit 856213a2aa

View file

@ -0,0 +1,6 @@
<?php
header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);
?>