Reply to topic
how to setup subdomain for http://abc.def.com:1095
a4asim


Joined: 27 Oct 2005
Posts: 3
Reply with quote
I have a web based application running on port :1095. Its NOT on the WEB server and uses its own webservice. This local computer is dedicated for timesheet application only. I can reach to this computer by specifying port number in the url. Like http://abc.def.com:1095/ but I need to get rid of the number at the end. We dont have DNS server, can I setup a subdomain for this computer???
KiltedMan


Joined: 20 Jan 2005
Posts: 89
Location: The Small Wonder
Reply with quote
Well, you could always set up a portmap on your firewall/router to point to that computer's internal IP address. This raises all kinds of security issues though and you would want to consult someone before doing so.
jarena


Joined: 14 Dec 2004
Posts: 66
Location: Newark, DE
Reply with quote
The portmapping is probably the best option, but you could also setup an http redirect like this on the port 80 (HTTP) site with something like this:

<meta http-equiv="refresh" content="0;url=http://abc.def.com:1095">
how to setup subdomain for http://abc.def.com:1095
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic