Dear All,
I have 2 apache2 engines on 2 separate computers, A, and B.
A and B are on the same network.
"A" is published to the Internet, it has public IP.
"B" is not published, it has a private IP 192.168.1.44.
Machine "A", login.php will get user input from the internet and then
pass the parameters to machine "B", process.php to process the data.
I would like to know how "A" can send the parameter to "B" ?
I cannot use <a href='http://192.168.1.44/process.php"> in login.php.
Are there any solution to do the internal redirect ?
Thanks
Ashiq