Einzelnen Beitrag anzeigen
Alt 14.05.2008, 12:55   #3 (permalink)
Herr B.
PostRank: 2
 
Registriert seit: 10.08.2006
Beiträge: 56
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; 
Herr B. ist offline   Mit Zitat antworten