How do I use POST with htaccess rewriterule?
Posted
by GeoffreyF67
on Stack Overflow
See other posts from Stack Overflow
or by GeoffreyF67
Published on 2010-05-15T21:25:36Z
Indexed on
2010/05/15
21:34 UTC
Read the original article
Hit count: 270
I have a rewriterule in my htaccess file that looks like this:
RewriteRule ^Signup$ /dst2/signup.php
I would like to use POST instead of GET for the data that gets passed by this form.
The rule above, however, sends the data as a GET.
Is there a way to use a POST with a rewriterule?
G-Man
© Stack Overflow or respective owner