When on any system other than the development server, we can point our web browsers to a url like http://dev.example.com and it pulls up the webpage for our development server.
When working on the development server the url gets us a server not found error and we have to use http://localhost instead.
The development server is a windows based system with IIS 7. What I'd like to do is setup something so that when I'm on the server, it will recognize the full address as being mapped to localhost, without interferring with how the url mapping is done off the server. Is this at all possible?
----EDIT----
All URLs have been changed in the interest of security.
This post has been edited by Atli: 14 January 2013 - 02:15 PM
Reason for edit:: Replaced your example URL with "example.com". Better to use that than some random URL.

New Topic/Question



MultiQuote



|