Right now I access my dev. server as localhost.
How do I change it so that I can type "myservername" and it will work as an "alias" for localhost?
Thanks
|
Right now I access my dev. server as localhost. How do I change it so that I can type "myservername" and it will work as an "alias" for localhost? Thanks |
|||
|
|
|
Add an entry to your hosts file such as:
Where the file is located depends on your OS but all files are the same. |
|||||||||
|
|
Add an entry for "myservername" in your hosts file. |
|||
|
|