oouh danke ... liegt also am
theme, ja?
hab nämlich noch so einen hinweis in der genannten pluggable php gefunden:
PHP-Code:
if ( $is_IIS ) {
header("Refresh: 0;url=$location");
} else {
if ( php_sapi_name() != 'cgi-fcgi' )
status_header($status); // This causes problems on IIS and some FastCGI setups
header("Location: $location");
}
}
endif;