conspiringfate Posted June 4, 2006 Share Posted June 4, 2006 header("Location: index.php");www.photoblingerwhen opened in firefox it says thisThe page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies. Link to comment https://forums.phpfreaks.com/topic/11132-php-header-problem/ Share on other sites More sharing options...
stephenk Posted June 4, 2006 Share Posted June 4, 2006 Are you trying to redirect to the page from where the script is run?Stephen Link to comment https://forums.phpfreaks.com/topic/11132-php-header-problem/#findComment-41689 Share on other sites More sharing options...
poirot Posted June 4, 2006 Share Posted June 4, 2006 Although not required, it's recommended to specify the full path:header("Location: [a href=\"http://www.google.com");\" target=\"_blank\"]http://www.google.com");[/a]This may be the reason. Link to comment https://forums.phpfreaks.com/topic/11132-php-header-problem/#findComment-41721 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.