Working on migrating to new web server. For temporary access to the new server, editing the hosts file (MacOS Monterey) in terminal.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
22.22.22.22 mywebserver.com
::1 localhost
Saved and exit. Test ping in Terminal works to the new box, see the correct IP address, new hosting company.
However, any browser always go to the old site, say 11.11.11.11 of mywebserver.com (current hosting company) Same for FTP software.
I've tried clearing browser caches/history, rebooting....hosts file never seems to be resolved correctly outside of the terminal UI.
Any ideas? Thanks in advance!
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
22.22.22.22 mywebserver.com
::1 localhost
Saved and exit. Test ping in Terminal works to the new box, see the correct IP address, new hosting company.
However, any browser always go to the old site, say 11.11.11.11 of mywebserver.com (current hosting company) Same for FTP software.
I've tried clearing browser caches/history, rebooting....hosts file never seems to be resolved correctly outside of the terminal UI.
Any ideas? Thanks in advance!