# vhost to handle inexistent vhosts ServerName error.<%= hosting_domain %> ServerAlias *.<%= hosting_domain %> DocumentRoot <%= apache_error_folder %> ErrorDocument 404 <%= apache_error_dest %> > DirectoryIndex index.html Options Indexes -Includes FollowSymLinks -MultiViews AllowOverride None # end of vhost to handle inexistent vhosts