Jonathan wrote:
example:
    i need to send a 307 redirect
i think: 'wtf is the constant for that?'

    i look in the apache docs, i just see constant names

    should i use
        HTTP_MOVED_TEMPORARILY
        HTTP_TEMPORARY_REDIRECT
    ?

    ok, i'm screwed.  let me look in the httpd docs

No, look at the HTTP RFC. These are official codes with official names. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

- Perrin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to