How do I show a webpage tied to a port? -


i don't have understand on ports i'm not sure how explain this.

i have app on site running on, example, www.url.com:1234

i need url www.url.com/class/subfoler/index.html

how do that? thanks.

you need parse port domain.

try:

http://www.url.com:1234/class/subfoler/index.html 

Comments