Bunu daha önce örtülü olmuştur biliyorum ama bu bir cevap bulamıyorum
Ben her zaman bu kullandık;
header("Location: http://www.website.com/");
exit();
Bu her zaman benim geçerli projede çalıştı ve aniden benim tarayıcılarda herhangi bir çalışma değil
Ben sorunu anlamaya istiyorum ve kullanmak yerine bunu düzeltmek istiyorum
echo "<script type='text/javascript'>window.top.location='http://website.com/';</script>";
Ben de hata raporlama etkin ve hiçbir hataları gösterir
// SET ERROR REPORTING
error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE);
ini_set('display_errors', TRUE);
Any ideas why it will not work?