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.
We don't use htaccess file. Will rewriterules work for POST requests?
On 25 Aug 2013 16:00, "Aarti Sawant" <aartipsawant10@xxxxxxxxx> wrote:> Users o...You can use htaccess to serve this purpose, use Rewrite rule for redirecting from one url to another url.
Thanks,Aarti Sawant