You might use REQUEST_METHOD to chech the http method and other server variables and the [P] flag in .htaccess. If you don't use .htacces file, in the .conf file you might use ProxyPass, but maybe is better for you, use a RewriteRule with [P] for more flexibility.
2013/8/25 Akash Jain <akash.delh...@gmail.com> > We don't use htaccess file. Will rewriterules work for POST requests? > > On 25 Aug 2013 16:00, "Aarti Sawant" <aartipsawan...@gmail.com> wrote: > > You can use htaccess to serve this purpose, use Rewrite rule for > redirecting from one url to another url. > > Thanks, > Aarti Sawant > > > > > On Sun, Aug 25, 2013 at 10:47 AM, Akash Jain <akash.delh...@gmail.com> > wrote: > > > > Hi, > > > > Users o... > >