After updating some webpages, I needed to redirect people from the old page to the new one. Put this in the old page location.

<html> <head>
<META HTTP-EQUIV="Refresh"
content="0;URL=../tilecal/index.php">
</head>
</html>