Topic: PROBLEM: PunBB is forcing the port # into the URL
I'm running punbb on a private network. we assigned the web server its own domain: ppmetals.network
the server is running on port 19000 however our network forwards ppmetals.network to that port as well so the user doesn't have to type it in
when users get there and they try to login, the URL in the address bar changes to show the port number and then it doesn't work since the port and the IP are being forwarded as ppmetals.network:80 when its actually running on 192.168.0.69:19000
is there a way to solve this problem?