"Header Location" online gehts nicht lokal ja

xtratz

Gesperrt
Hallo Leute,

ich kann mir das nicht erklären.
Auf meinem lokalen Server gehts aber online nicht.

PHP:
if(ereg("(No match|No entries found|NOT FOUND|Not found|not found in database|We do not have an entry in our database matching your query)",$string)) {
header ("Location: domaincheck.php?domain=".$dom."&status=1");
}
else {
header ("Location: domaincheck.php?domain=".$dom."&status=0");

}

Ich werd einfach nicht weitergeleitet.
Hat jemand ne Idee ?
 
Zurück