On Tue, Aug 17, 2010 at 11:05 AM, Robert Archer <cmsra...@hotmail.com> wrote: > > We're trying to configure apache to re-direct from one script to another by > using the redirect statement in the http.conf file. The redirect is running > the redirected script but unfortunately when we do this all the form data is > being lost. > > The statement we are using is :- > > Redirect 301 /cgi-bin/xxx.p1 http://www.mydomain.com/cgi-bin/formpro.pl > > > Does anyone know of a work around for this?
Usually this is to be avoided -- redirecting a request with a body. There is some explanation in section 10.3 of RFC2616. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org