I'm make a web page that distributes the load by using different computers for different tasks, i.e. picture server, mail server, web server, posts server, and form server.
The webserver is on a different ip but still in the same network.
It's not that the information is not sending, it's just how the redirect is working.
Ok, so my webserver is on http://192.168.1.2 and my mail server is on http://192.168.1.3
in the form I tell the action to use "192.168.1.3" when it sends
When it sends, instead of going to http://192.168.1.3, it goes to http://192.168.1.2/192.168.1.3
how do I stop it from doing that?
The webserver is on a different ip but still in the same network.
It's not that the information is not sending, it's just how the redirect is working.
Ok, so my webserver is on http://192.168.1.2 and my mail server is on http://192.168.1.3
in the form I tell the action to use "192.168.1.3" when it sends
When it sends, instead of going to http://192.168.1.3, it goes to http://192.168.1.2/192.168.1.3
how do I stop it from doing that?