[imp] [horde] Horde3, redirect.php, IE, and Blank Pages
Richard Gilbert
R.Gilbert at sheffield.ac.uk
Thu Sep 8 09:34:27 PDT 2005
> Yeah I had the same problem.
>
> The current redirect script on redirect.php is
> header('Refresh: 0; URL=' . $url);
>
> I've changed it to
> header("Location:".$url);
>
> And its working 100% now. Not sure why the other one does not work
>
> Hope this helps
I too had the same problem and your fix seems to be working for me. I am
working with horde-3.0.3 and I was very surprised to see that redirect.php
contained three uses of
header('Refresh: 0; URL=' . $url);
and one use of
header('Location: ' . $url);
I simply changed them all to use the latter statement.
I wonder whether this is inconsistent coding or whether there is a good
reason for using these different methods in the different contexts.
--
Richard Gilbert
Corporate Information and Computing Services
University of Sheffield, Sheffield, S10 2TN, UK
Phone: +44 114 222 3028 Fax: +44 114 222 3040
More information about the imp
mailing list