Salut,

Il faut que tu autorises l'accès au répertoire
c:/wamp/php/PEAR/data/symfony/web/sf en rajoutant dans ton VH :

<VirtualHost *:80>
 ServerName askeet
 DocumentRoot "c:/wamp/www/askeet/web"
 DirectoryIndex index.php
 Alias /sf "c:/wamp/php/PEAR/data/symfony/web/sf"
 <Directory "c:/wamp/www/askeet/web">
  AllowOverride All
 </Directory>

<Directory "c:/wamp/php/PEAR/data/symfony/web/sf">
AllowOverride All
Allow from all
</Directory>

</VirtualHost>

Dans les logs apache tu aurais pu voir une erreur 403 sur les fichiers
demandé dans ce repertoire ;-)
Tu peux avoir une erreur 404 également dans les logs ce qui indique
qu'il ne trouve pas les fichiers.

Par rapport au fait que tu n'es la barre après un symfony freeze :
tu appelles bien le controller de dev pour avoir la barre ? (
frontend_dev.php par ex )
As-tu un répertoire sf dans ton dossier c:/wamp/www/askeet/web/ après
avoir tapé la commande ?

++

Le 13/11/07, hira<[EMAIL PROTECTED]> a écrit :
>
> Bonjour tout le monde,
> Bonjour lionel,
>
> J'ai essayé la commande symfony freeze et la barre ne fonctionne
> toujours pas.
>
> Voici mon VH :
>
> #
> # Virtual Hosts
> #
> # If you want to maintain multiple domains/hostnames on your
> # machine you can setup VirtualHost containers for them. Most
> configurations
> # use only name-based virtual hosts so the server doesn't need to
> worry about
> # IP addresses. This is indicated by the asterisks in the directives
> below.
> #
> # Please see the documentation at
> # <URL:http://httpd.apache.org/docs/2.2/vhosts/>
> # for further details before you try to setup virtual hosts.
> #
> # You may use the command line option '-S' to verify your virtual host
> # configuration.
>
> #
> # Use name-based virtual hosting.
> #
> NameVirtualHost *:80
>
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a VirtualHost container.
> # The first VirtualHost section is used for all requests that do not
> # match a ServerName or ServerAlias in any <VirtualHost> block.
> #
> <VirtualHost *:80>
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /www/docs/dummy-host.localhost
>     ServerName dummy-host.localhost
>     ServerAlias www.dummy-host.localhost
>     ErrorLog logs/dummy-host.localhost-error_log
>     CustomLog logs/dummy-host.localhost-access_log common
> </VirtualHost>
>
> <VirtualHost *:80>
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /www/docs/dummy-host2.localhost
>     ServerName dummy-host2.localhost
>     ErrorLog logs/dummy-host2.localhost-error_log
>     CustomLog logs/dummy-host2.localhost-access_log common
> </VirtualHost>
>
> <VirtualHost *:80>
>   ServerName localhost
>   DocumentRoot "C:/wamp/www"
>   DirectoryIndex index.php
>   Alias /sf "c:/wamp/php/PEAR/data/symfony/web/sf"
>   <Directory "C:/wamp/www">
>    AllowOverride All
>   </Directory>
> </VirtualHost>
>
> <VirtualHost *:80>
>   ServerName askeet
>   DocumentRoot "c:/wamp/www/askeet/web"
>   DirectoryIndex index.php
>   Alias /sf "c:/wamp/php/PEAR/data/symfony/web/sf"
>   <Directory "c:/wamp/www/askeet/web">
>    AllowOverride All
>   </Directory>
> </VirtualHost>
>
>
> Par avance, merci.
>
> Cordialement,
> hira,
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Vous avez reçu ce message, car vous êtes abonné au groupe Groupe "Symfony-fr" 
de Google Groupes.
 Pour transmettre des messages à ce groupe, envoyez un e-mail à 
l'adresse symfony-fr@googlegroups.com
 Pour résilier votre abonnement à ce groupe, envoyez un e-mail à 
l'adresse [EMAIL PROTECTED]
 Pour afficher d'autres options, visitez ce groupe à l'adresse 
http://groups.google.com/group/symfony-fr?hl=fr
-~----------~----~----~----~------~----~------~--~---

Répondre à