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