Ich würde das so lösen:
if ( strpos('www.', $_SERVER['SERVER_NAME']) !== false )
{
header('Location: http://domain.eu');
exit();
}
Gruß
Bernd
Ich würde das so lösen:
if ( strpos('www.', $_SERVER['SERVER_NAME']) !== false )
{
header('Location: http://domain.eu');
exit();
}
Gruß
Bernd