Vhost Configuration
<VirtualHost *:80>
AccessFileName .htaccess
DocumentRoot "C:\Users\pschorr\Projekte\Xyz"
ServerName xyz.local
ServerAlias xyz.local *.xyz.local
<Directory C:\Users\pschorr\Projekte\Xyz>
AllowOverride All
Order Allow,Deny
Allow From All
</Directory>
</VirtualHost>
<Directory "C:\Users\pschorr\Projekte">
Options Indexes FollowSymLinks Includes
AllowOverride All
Order deny,allow
Allow from all
Require all granted
</Directory>