[EMAIL PROTECTED] wrote:
>>> header("Location: http://...",false,301);
>>>       
>> This works here with PHP 5.1.7-dev and 5.2.1-dev and mod_fastcgi.
>> Have you tried just that line? Without any HTTP/-header?
>>     
>
> I've tried every combination. Just tried it again and it still returns a 302.
>
> BTW, not using mod_fastcgi as we're not running Apache...we're running
> lighttpd.

It is possible that this could be an issue with interaction between PHP
and lighttpd. I would contact the lighttpd folks and see if this might
be the case. I had some issues with headers and redirects using lighttpd
which turned out to be problems with the web server itself.

Edin

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to