Posted by Ryan Garnier on 10/31/05 14:24
Thanks for answering!
I use Apache, in port 80. Then I have Helix Server for streaming media,
in port 8888.
When I create a normal link in a webpage I use:
<a href="./link.html">Link</a>
But now I have to specify the port number (8888). If I do
<a href="http://localhost:8888/file>Link</a>
it doesn't work, of course. People who visit my page view this link as
localhost. I don't know how to refer to my own IP without specifying
localhost.
Thanks and sorry for my English.
[Back to original message]
|