Changing Your Host File
/https://siu.edu/search-results.php
Last Updated: Oct 04, 2024, 10:15 AM
Below are the instructions for changing your host file. You will want to change your host file if:
- You want to see the changes you made to your web site immediately instead of having the possible 15 minute delay
- You have an application installed on your account (Joomla, Wordpress, Drupal, etc)
- You use Contribute and are having connection errors.
Instructions for PC Users
- The host file on a Windows machine is located:
c:\windows\systems32\drivers\etc\hosts - Open it with Notepad and at the bottom of the page type in:
131.230.21.36 yoursite.siu.edu (if you are on the Drommel server)
131.230.21.18 yoursite.siu.edu (if you are on the Shawnee server) - Save the file - make sure you save it with out the ".txt" extension on it
- Restart computer
Instructions for Mac users
- In Finder, click Go then "Go To Folder", type in /private/etc
- Look for "hosts" file and copy it to the desktop
- Open the hosts file on the desktop with TextEdit
- At the bottom of the host file (after localhost), type in:
131.230.21.36 yoursite.siu.edu (if you are on the Drommel server)
131.230.21.18 yoursite.siu.edu (if you are on the Shawnee server) - Save the file
- Drag the hosts file that is on the desktop back into the etc folder and replace the existing file (may have to enter computer password)
- Restart computer
Note for Mac users - if you encounter an error when saving your host file, try changing the file through the Terminal with these instructions.