Bonjour, tentant de démarrer Zend Framework
sous Php 5.4.6-1ubuntu1 (linux)
j'ai défini mon virtualhost dans httpd.conf et son adresse dans le host
la page web affichée me laisse coîtCode:
1
2
3
4
5
6
7
8
9
10
11 <VirtualHost *:80> ServerName zendol.local DocumentRoot /media/groslinux/apprendre/zend/zf2-tutorial/public SetEnv APPLICATION_ENV "development" <Directory /media/groslinux/apprendre/zend/zf2-tutorial/public> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Par contre, l'alias pointant vers le même fichier .../public/index.php fonctionne.Code:The web server software is running but no content has been added, yet.
Je ne comprends pas ce qui peut manquer ....