Edit

Macintosh OSX Virtual Web Host Config

Subject to

add line to /etc/hosts

127.0.0.1 amniot.localhost

add lines to /etc/apache2/httpd.conf

NameVirtualHost 127.0.0.1:80

<VirtualHost amniot.localhost:80>

<Directory "/Library/Webserver/Documents_AMNIOT">
    Options FollowSymLinks Indexes
    AllowOverride All
    Order deny,allow
    allow from All
</Directory>
ServerName amniot.localhost
DocumentRoot "/Library/Webserver/Documents_AMNIOT"

</VirtualHost>