I'm using xampp to host a personal project, I'll explain:
Preliminary information
I have set up a web server with a bdd (mysql) to show the temperatures and processes used by the PC.
For the temperatures I use a log created by the speedfan program.
For the processes I have enabled the snmp protocol and I get them from the web
Explanation
The thing is that I've done this to load that web page in a raspberry pi 3 b that I have connected directly to the pc (the pc has two network cards, one goes to the router and another to the rpi) so if I run out of internet, the rpi can continue to record and show the data.
The thing is that in this way, I can only access this website from the rpi or from the pc itself.
QUESTION
Is there any way for xampp to display this web page on both networks?
Network rpi-pc: 192.168.1.1
Local network: 192.168.0.x
I hope you explained to me