On Sat, May 6, 2006 5:28 am, Rabin Vincent wrote:
>> I gotta go with Nic on this...
>>
>> Either I'm being really obtuse, or it just plain don't work right.
>>
>> Consider this minimalist example:
>>
>> http://l-i-e.com/404/test.php
>> http://l-i-e.com/404/index.htm
>>
>> The 404 header is being co
Nic wrote:
"Richard Lynch" <[EMAIL PROTECTED]> writes:
On Fri, May 5, 2006 5:01 am, Nic wrote:
Hi Rabin
"Rabin Vincent" <[EMAIL PROTECTED]> writes:
On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
But /mydir/some.php doing:
header("HTTP/1.1 404 Rubbish!!!")
_never_ cau
"Richard Lynch" <[EMAIL PROTECTED]> writes:
> On Fri, May 5, 2006 5:01 am, Nic wrote:
>> Hi Rabin
>> "Rabin Vincent" <[EMAIL PROTECTED]> writes:
>>
>>> On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
But /mydir/some.php doing:
header("HTTP/1.1 404 Rubbish!!!")
_never_ causes
On 5/6/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Fri, May 5, 2006 5:01 am, Nic wrote:
> Hi Rabin
> "Rabin Vincent" <[EMAIL PROTECTED]> writes:
>
>> On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
>>> But /mydir/some.php doing:
>>>
>>>header("HTTP/1.1 404 Rubbish!!!")
>>>
>>> _never_ causes th
On Fri, May 5, 2006 5:01 am, Nic wrote:
> Hi Rabin
> "Rabin Vincent" <[EMAIL PROTECTED]> writes:
>
>> On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
>>> But /mydir/some.php doing:
>>>
>>>header("HTTP/1.1 404 Rubbish!!!")
>>>
>>> _never_ causes the error document to be picked up.
>>
>> That's right.
On Fri, May 5, 2006 3:41 am, Nic wrote:
> "Richard Lynch" <[EMAIL PROTECTED]> writes:
>
>> On Thu, May 4, 2006 8:50 am, Nic wrote:
>>> I'm having trouble with setting HTTP error status from PHP4.
>>>
>>> The PHP docs say that if I have this :
>>>
>>>
>>
>> WILD GUESS!!!
>>
>> Try it with full pa
Nic wrote:
Hi Rabin
"Rabin Vincent" <[EMAIL PROTECTED]> writes:
On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
But /mydir/some.php doing:
header("HTTP/1.1 404 Rubbish!!!")
_never_ causes the error document to be picked up.
That's right. Apache's not going to take action based
on the heade
Hi Rabin
"Rabin Vincent" <[EMAIL PROTECTED]> writes:
> On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
>> But /mydir/some.php doing:
>>
>>header("HTTP/1.1 404 Rubbish!!!")
>>
>> _never_ causes the error document to be picked up.
>
> That's right. Apache's not going to take action based
> on the he
On 5/5/06, Nic <[EMAIL PROTECTED]> wrote:
But /mydir/some.php doing:
header("HTTP/1.1 404 Rubbish!!!")
_never_ causes the error document to be picked up.
That's right. Apache's not going to take action based
on the headers you generate in your PHP script. These
headers are just going to go
"Richard Lynch" <[EMAIL PROTECTED]> writes:
> On Thu, May 4, 2006 8:50 am, Nic wrote:
>> I'm having trouble with setting HTTP error status from PHP4.
>>
>> The PHP docs say that if I have this :
>>
>>
>
> WILD GUESS!!!
>
> Try it with full pathname to /mydir, or perhaps without the leading
> '/
On Thu, May 4, 2006 8:50 am, Nic wrote:
> I'm having trouble with setting HTTP error status from PHP4.
>
> The PHP docs say that if I have this :
>
>
WILD GUESS!!!
Try it with full pathname to /mydir, or perhaps without the leading
'/' or some combination of more/fewer directories and/or slash
I'm having trouble with setting HTTP error status from PHP4.
The PHP docs say that if I have this :
ErrorDocument 400 /mydir/error.html
then the script /mydir/test.php:
will cause the page /mydir/error.html to be displayed.
But that's not what I get. I just get the error header a
12 matches
Mail list logo