Forum Moderators: phranque
Is there a way to transparently redirect the data, that gets posted to a cgi, to another cgi?
I have a few sites (domainA.com, domainB.com...) which eatch posts data to a cgi at domainZ.com. All sites are on the same virtual server.
Now, I would like to disguise the fact that all sites post to domainZ.com and instead let them post their data to domainA.com/cgi-bin/abc.cgi etc. and redirect the posted data transparently to domainZ.com/cgi-bin/abc.cgi.
I tried it with a RewriteRule in htaccess at domainA.com but I had no success.