Click to See Complete Forum and Search --> : header(location: http:....)


alberto391
03-15-2005, 12:35 PM
any bug related to using header(for redirection) with php 4.3.3 and win2k/iis?

please help me

alberto

PS: everything is working perfectly with php 4.3.10

Nikolas
04-11-2005, 06:28 AM
There is no bug, but you should know that headers are case sensitive. The correct header syntax is Location: http://......

Look the capital L and the space after :

alberto391
04-11-2005, 07:17 AM
thank you Nikolas

you are right

anyway I used also header("location:...
without any problem (on Windows).

probably some configuration

Alberto