drifter Posted December 12, 2006 Share Posted December 12, 2006 OK I do a header redirect on some of my domain names - been doing it for years no problem.Now I have one guy. On his computer only, his browser will not redirect. My first thought was - there must be a setting to disable redirects or something (He is an IE 6.0 XP user)So I sent him to microsoft.com and it redirected to www.microsoft.com - So apparantely redirects are not disabled. It just does not work on my site.Any ideas? Link to comment https://forums.phpfreaks.com/topic/30407-header-location-fails/ Share on other sites More sharing options...
marcus Posted December 12, 2006 Share Posted December 12, 2006 Try:[code]<?php ob_start();header("location...");ob_end_flush();?>[/code] Link to comment https://forums.phpfreaks.com/topic/30407-header-location-fails/#findComment-139940 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.