Help with mod_rewrite and POST request

Discussion in 'Apache' started by Scroll300, Oct 22, 2012.

  1. #1
    Hello,

    I'm facing a trouble. I'm trying to redirect a POSTrequest by using mod_rewrite.
    When a user makes a sell and it fails, system automatically redirects user to another page which must contain all POST variables.

    I have configured mod_rewrite using this:

    RewriteRule ^/myCurrentService /nextServiceIfCurrentFails [P]

    Rewrite condition is OK. Redirect happens but with no POST variables and the service fails again.

    Could you tell me if there is some way to redirect a request by keeping POST variables?

    I would like to thank you in advance for your assistance,
    Greetings
     
    Scroll300, Oct 22, 2012 IP
  2. Scroll300

    Scroll300 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Any comment? :(
     
    Scroll300, Oct 24, 2012 IP