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 <[email protected]> > We don't use htaccess file. Will rewriterules work for POST requests? > > On 25 Aug 2013 16:00, "Aarti Sawant" <[email protected]> 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 <[email protected]> > wrote: > > > > Hi, > > > > Users o... > >
