Hi,
My mod_rewrite (Apache 1.3.6) doesn't redirect
FORM handler's CGI parameters.
I have a form .html (testform.html) which has:
<form method="POST"
action="http://www.myserver.com/cgi-bin/testform.p
l">
<p><input type="text" name="T1" size="20"><input
type="submit" value="Submit"
name="B1"><input
type="reset" value="Reset" name="B2"></p>
</form>
I have a RewriteRule as:
RewriteRule ^/(cgi-bin/.+)$
http://www1.myserver.com/$1 [R,L]
------
Pressing the Submit button on the form triggers a
rewrite to the form handler
http://www1.myserver.com/cgi-bin/testform.pl, but
the parameters of T1 is gone!!
Calling
http://www.myserver.com/cgi-bin/testform.pl?T1=abc
works.
Pls advise what's missing.
Thks,
Francis Kam
Uniforce System Ltd.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.