It is assumed that you are running MAMP, are running Apache on port 80, and have installed TextWrangler and its command line tools.

edit /etc/hosts + Enter to open hosts file in TextWrangler127.0.0.1 domain.local
NameVirtualHost *:80 to end of file, if not already present<VirtualHost *:80>
DocumentRoot "/Users/username/sites/domain"
ServerName domain.local
</VirtualHost>
