PT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_TIMEOUT, 10); $curl_content = curl_exec($ch); $code = curl_getinfo($ch, CURLINFO_HTTP_CODE); if( !preg_match('#4[0-9]{2}#', $code) && !preg_match('#5[0-9]{2}#', $code) ) { $content = $curl_content; } curl_close($ch); } // display article if( !empty($content) ) { header('HTTP/1.0 404 Not Found'); echo $content; exit(); } } } } } ?> 404 - Fehler: 404

404

View nicht gefunden [Name, Typ, Präfix]: reset, html, contentView

The Page you are looking for doesn't exist or an other error occurred.
Go back, or head over to the home page to choose a new direction.