[Typo3-german] Direkter Aufruf einer Unterseite ueber Domain?
Oliver Krammer
oliver.krammer at runningnet.at
Tue Aug 9 13:51:00 CEST 2005
Hallo Fabian,
Ich habe das mit php gelöst
<?php
$headers = apache_request_headers();
foreach ($headers as $header => $value) {
if ($header =="Host"){
$posi = strpos($value, "barrierefrei");
if(is_int($posi)) {
header("Location: http://www.runningnet.at/cms/index.php?id=7");
print "gefunden";
} else {
header("Location: http://www.runningnet.at/cms/index.php");
}
}
}
?>
Gruß Oliver
--
DI(FH) Oliver Krammer
Running Net - IT Consulting
oliver.krammer at runningnet.at
Mobile: +43(0)676-3049493
ICQ: 35622156
Frische Projekte unter:
http://www.runningnet.at
More information about the TYPO3-german
mailing list