
January 20th, 2012, 07:04 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Location: United States
Posts: 24
Time spent in forums: 2 h 49 m 37 sec
Reputation Power: 0
|
|
|
You'll be able to only type the name if you:
1) have a record created in DNS
2) your windows computer is configured with a domain suffix that matches the domain where this record resides.
For port numbers, as discussed, not with DNS. On the web server, you need two web sites, one that listens on port 80 and the other that listens on port 8080. On the website that listens to port 80, use one of the following redirect methods:
1) on a default.htm page, do a redirect using the META tag approach.
2) have the webserver do a redirect to the other website (configured in the webserver app)
3) if you are running php or .net, do the redirect in code.
|