Click to See Complete Forum and Search --> : Link to a host port


macfusbluer
09-10-2007, 01:03 PM
Hi, im mounting an apache server using Uniform Server to access remote files or VPN or VNC and Im making like a home page. Inside the home page there are three different links: one for accesing the file server, other for accesing via VPN and other for performing a VNC session to the server. My question is, how can I set the link parameter for accesing to the different services? They are hosted in different ports but in the same server.:confused:

TheBearMay
09-10-2007, 01:13 PM
<a href="http://www.myserver.com:1723">VPN</a>
<a href="http://www.myserver.com:5900">VNC</a>
...

macfusbluer
09-10-2007, 05:28 PM
Thank you a lot. I thought it was more difficult than just that, thank you and sorry for my question.

TheBearMay
09-11-2007, 09:50 AM
Never be sorry about asking questions, it always looks easier after you know the answer. The only reason most of us "know" an answer is that we've either asked the question or read the response to someone who asked the question.