[solved]Installation wizard does not appear

Owncloud 9.1.1-1.2
apache 2.4.10-10+deb8u7
debian 8
mariadb 10.0.27+maria-1~jessie
php 5.6.27+dfsg-0+deb8u1

I tried to combine the instructions from the official documentation and from this topic.

The installation wizard does not appear on cloud.domain.ltd. I have the default page from the hosting company of my dedicated server.

<Virtual Host *:80>
ServerAdmin webmaster@cloud.domain.ltd
ServerName cloud.domain.ltd
DirectoryIndex index.html index.php
DocumentRoot /var/www/cloud.domain.ltd/owncloud
Alias /owncloud "/var/www/cloud.domain.ltd/owncloud/"
<Directory /var/www/cloud.domain.ltd/owncloud/>
Options +FollowSymlinks
AllowOverride All
<IfModule mod_dav.c>
Dav off
</IfModule>
SetEnv HOME /var/cloud.domain.ltd/www/owncloud
SetEnv HTTP_HOME /var/www/cloud.domain.ltd/owncloud
</Directory>
 ErrorLog /var/www/cloud.domain.ltd/logs/error.log
CustomLog /var/www/cloud.domain.ltd/logs/access.log combined
</VirtualHost>

So What to modify to get the installation wizard on cloud.domain.ltd?

EDIT: There was a typo in my etc/hosts file.

Hi,

moved to the miscellaneous as webserver configuration issues should be discussed there. If no one in here will / can't answer you might get some support from the webservers guys at http://www.apachelounge.com/