Bonjour,
Je suis le tutoriel zend framework du site zend et j'ai commencé à créer un projet tout en faisant les config nécessaires. Jusqu'à ce que je rajoute un virtual host au fichierhttpd.conf sous windows 7 comme suit:
et depuis mon serveur apache ne veut plus démarrer il me met n message "the requested operation has failed"
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 NameVirtualHost *:80 <VirtualHost *:80> ServerName quickstart.local DocumentRoot D:/Zend/MES PROJETS/quickstart/public SetEnv APPLICATION_ENV "development" <Directory D:/Zend/MES PROJETS/quickstart/public> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
svp quelqu'un peut il m'aider merci
Partager