<?php

header("Cache-Control: max-age=1");
header('Location: ams/', true, 301);

?>