lovephp Posted August 15, 2014 Share Posted August 15, 2014 Friends on my few php scripts i used header('Location: somefile.php'); which worked just fine until yesterday the redirects stopped to work, im on a shared web hosting and the hosting people said they made no changes to their server, i tried error reporting but no error shows the pages which should actually do the redirection displays a blank page with no error warnings on it. what could be the issue any idea? Quote Link to comment Share on other sites More sharing options...
jazzman1 Posted August 15, 2014 Share Posted August 15, 2014 A sample of your code would help us. Are you using AJAX in that project? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted August 15, 2014 Share Posted August 15, 2014 A blank page usually indicates an error or two in your script. Be sure that you have php error checking turned on at the beginning of that script so you'll hopefully see something Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.