Вот как я настраиваю свой виртуальный хост:
/ etc / apache2 / vhosts / test.local.conf
<VirtualHost *:80>
ServerAdmin webmaster@test.local
DocumentRoot "/Users/mithun/test/public"
ServerName test.local
<Directory "/Users/mithun/test/public">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
#Require all granted
</Directory>
ErrorLog "/private/var/log/apache2/test.local.com-error_log"
CustomLog "/private/var/log/apache2/test.local.com-access_log" common
</VirtualHost>
Отображение расширения .local
/ etc / hosts 127.0.0.1 test.local
Доступ http://test.local только для получения 500 Внутренняя ошибка сервера