This commit is contained in:
Andreas Österreicher
2011-02-08 14:05:23 +00:00
parent 01a5867d64
commit 6e471a33c4
3 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if($_SERVER['HTTP_HOST']=='rwawi.technikum-wien.at')
header('Location: https://vilesci.technikum-wien.at/wawi/index.html');
header('Location: https://vilesci.technikum-wien.at/wawi/index.php');
else
header('Location: https://vilesci.technikum-wien.at/vilesci/index.php');
?>