
December 21st, 2011, 01:21 AM
|
|
Registered User
|
|
Join Date: Dec 2011
Location: Canada
Posts: 13
Time spent in forums: 4 h 4 m 49 sec
Reputation Power: 0
|
|
No, there is no need to flush anything. Changes to the hosts file on Linux takes effect as soon as the file is saved.
You can also do something like this in the hosts file(also works in Windows):
Code:
127.0.0.1 mydomain.com example.com helloworld.com
You can separate multiple domains with a space.
|