- From: Gez Lemon <gez.lemon@gmail.com>
- Date: Wed, 18 Jan 2006 19:29:31 +0000
- To: Christophe Strobbe <christophe.strobbe@esat.kuleuven.be>
- Cc: public-wcag-teama@w3.org
Hi Christophe, Good work on the techniques. Can I suggest inclusion of the following technique so that an HTTP status code can be set, either with or instead of the Response.Redirect example? <% Response.Clear Response.Status = 301 Response.AddHeader "Location", "newUserLogin.do" Response.Flush Response.End %> Also, it might be worth providing a generic Apache example: redirect 301 /oldUserLogin.do http://domain.com/newUserLogin.do Best regards, Gez -- _____________________________ Supplement your vitamins http://juicystudio.com
Received on Wednesday, 18 January 2006 19:29:39 UTC