- From: Christophe Strobbe <christophe.strobbe@esat.kuleuven.be>
- Date: Thu, 19 Jan 2006 12:04:28 +0100
- To: public-wcag-teama@w3.org
Hi Gez, At 20:29 18/01/2006, Gez Lemon wrote: >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 Thanks for the tips; I've added them (http://trace.wisc.edu/wcag_wiki/index.php?title=Implementing_automatic_redirects_on_the_server_side_instead_of_on_the_client_side). Regards, Christophe -- Christophe Strobbe K.U.Leuven - Departement of Electrical Engineering - Research Group on Document Architectures Kasteelpark Arenberg 10 - 3001 Leuven-Heverlee - BELGIUM tel: +32 16 32 85 51 http://www.docarch.be/ Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
Received on Thursday, 19 January 2006 11:04:35 UTC