I'm trying to set up my laptop as a server for fun. I got XAMPP, and am running Apache server. I know it's working, because when I got to localhost, it correctly displays my index.html. If I go to my local IP, (192.168.1.3), it displays correctly also. I went into my wireless router, and port forwarded port 5900 to point to my laptop (192.168.1.3) with both UDP and TCP. I would now assume that if I went to 192.168.1.1:5900 it would point to my new laptop router. Instead, it says that it cannot establish a connection. It does the same if I do my router's non-local IP address on port 5900.
Does anyone have any ideas of what I might be doing wrong?
Thanks.
-Ethan