Files
FHC-Core/index.vilesci.php
T
Andreas Österreicher 242e5c4c78
2011-02-08 10:53:08 +00:00

6 lines
217 B
PHP

<?php
if($_SERVER['HTTP_HOST']=='rwawi.technikum-wien.at')
header('Location: https://vilesci.technikum-wien.at/wawi/index.html');
else
header('Location: https://vilesci.technikum-wien.at/vilesci/index.php');
?>