On Mon, Mar 21, 2016 at 1:31 PM, Roparzh Hemon <[email protected]> wrote:
>
> Contents of /private/etc/apache2/extra/httpd-vhosts.conf file :
[]
>
> <VirtualHost *:80>
> ServerName strawberry.com
> ServerAlias www.strawberry.com
> DocumentRoot "/Users/myusernamehere/Sites/strawberry"
> ErrorLog "/private/var/log/apache2/strawberry.com-error_log"
> CustomLog "/private/var/log/apache2/strawberry.com-access_log" common
> ServerAdmin [email protected]
Here you probably need something like:
<Directory /Users/myusernamehere/Sites/strawberry/>
Require all granted
DirectoryIndex index.html
</Directory>
> </VirtualHost>
Regards,
Yann.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]