bobonacus Posted December 14, 2007 Share Posted December 14, 2007 Hi, I am an Oracle programmer so not that familier with Apache but what I need to do is have a form on the main web server that submits to a php file on one of several other webservers so I have several forms, say www.abc.com/a/1/abc.html www.abc.com/b/2/abc.html www.abc.com/c/3/abc.html that will have different form actions to the same php file on different servers, say www.zzz.com/abc.php www.xxx.com/abc.php www.yyy.com/abc.php. Once the php file has done what it needs to it will go to a url that will be one of the hidden fields in the original form Can I do this using Mod_Rewrite so the users don't get errors saying the form is being submitted to a different domain? I tried to follow some examples from this forum but after spending an hour not getting the web server to even restart I've removed my attempts! Thanks in advance Robert Quote Link to comment Share on other sites More sharing options...
madmax Posted January 8, 2008 Share Posted January 8, 2008 Errors "to" or "from"? You might need to post a bit more information on this one Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.