gary
8/10/2015 - 7:05 AM

sample vhost file

sample vhost file

<VirtualHost *:80>
        DocumentRoot "/Users/Gary/Desktop/code/vhosts/0089-emails
        ServerName 0089.dev
        ServerAlias www.0089.dev
        ErrorLog "/Users/Gary/Desktop/code/0089-emals/log/error_log"
        CustomLog "/Users/Gary/Desktop/code/0089-emails/log/access_log" common
        <Directory "/Users/Gary/Desktop/code/vhosts/0089-emails/">
                DirectoryIndex index.php index.html
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>