Another post in my (seemingly) never ending quest to set up a local development environment. Setup Your local hosts File From Terminal (or iTerm for a much cooler experience), type sudo nano /etc/hosts and enter your password when prompted. At the bottom, add the following two lines.
|
1 2 |
127.0.0.1 local.example.com 127.0.0.1 local.example.net |
Save the file (ctrl/cmd + o) and [...]