Posted by J.O. Aho on 10/31/05 18:25
Ryan Garnier wrote:
> Maybe this is not the correct newsgroup for this question, but I didn't
> find another suitable one:
>
> I have Apache webserver, and In a webpage I have to make a link to
> another port in my PC (not the one configured to the webserver). I don't
> know how to create it:
>
> For instance:
>
> http://localhost:8888/.../file
>
> <a href="localhost:8888/.../file"></a> doesn't work
<a href="http://localhost:8888/.../file">Link to another port</a>
You need to see that you have some kind of server running on port 8888 too, or
else it won't work.
//Aho
Navigation:
[Reply to this message]
|