This commit is contained in:
Andreas Österreicher
2011-02-08 10:53:08 +00:00
parent d1f204fb3e
commit 242e5c4c78
5 changed files with 224 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
<?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');
?>