Bonjour à tous !!
J'essai d'installer symfony avec MAMP.
Symfony est bien installé, la génération des fichiers s'est faite sans problème et le schema a bien généré la BD.
Seulement c'est mon virtual host qui ne fonctionne pas.
Je ne parviens pas à accéder au projet en local...
J'ai regarder ces tuto: http://wp.omeeza.com/sunhwan/2007/07/12/installing-symfony-in-mac-with-xampp/
http://www.xavismeh.com/xav-geek/developpement-xav-geek/175-symfony-mac-os-x-tiger-mamp-coeur/
Mais rien n'y change... Impossible d'avoir les projets en local.
Voici mon vHost
Une idée ??
J'essai d'installer symfony avec MAMP.
Symfony est bien installé, la génération des fichiers s'est faite sans problème et le schema a bien généré la BD.
Seulement c'est mon virtual host qui ne fonctionne pas.
Je ne parviens pas à accéder au projet en local...
J'ai regarder ces tuto: http://wp.omeeza.com/sunhwan/2007/07/12/installing-symfony-in-mac-with-xampp/
http://www.xavismeh.com/xav-geek/developpement-xav-geek/175-symfony-mac-os-x-tiger-mamp-coeur/
Mais rien n'y change... Impossible d'avoir les projets en local.
Voici mon vHost
<VirtualHost *:80>
ServerName test
DocumentRoot "/Users/moi/Sites/test/web"
DirectoryIndex index.php
Alias /sf /Applications/MAMP/bin/php5/lib/php/data/symfony/web/sf
<Directory "/Applications/MAMP/bin/php5/lib/php/data/symfony/web/sf">
AllowOverride All
Allow from All
</Directory>
<Directory "/Users/moi/Sites/test/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Une idée ??