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: 251

Filed under:
|
|
|

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

Related posts about htaccess

Related posts about rewriterule