Bonjour à tous,
j'ai un serveur apache sur mon PC et je suis perdu dans sa configuration ...
Pour mon projet j'ai configuré le fichier httpd.conf comme suit :
Ca marche très bien sauf qu'il m'est impossible d'aller dans le dossier http://localhost/images/divers/ depuis le navigateur:
Alors que j'accède très bien à http://localhost/images/, je vois des images, mais aucuns de mes sous-dossiers.
Je ne vois pas qu'est ce qui coince...
Merci pour votre aide
j'ai un serveur apache sur mon PC et je suis perdu dans sa configuration ...
Pour mon projet j'ai configuré le fichier httpd.conf comme suit :
Code :
<VirtualHost 127.0.0.1:80>
DocumentRoot "/home/stephane/projets/lautremonde/web/"
<Directory "/home/stephane/projets/lautremonde/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf /home/stephane/projets/lautremonde/lib/vendor/symfony/data/web/sf
<Directory "/home/stephane/projets/lautremonde/lib/vendor/symfony/data/web/sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Ca marche très bien sauf qu'il m'est impossible d'aller dans le dossier http://localhost/images/divers/ depuis le navigateur:
Code :
Forbidden
You don't have permission to access /images/divers/ on this server.
Je ne vois pas qu'est ce qui coince...
Merci pour votre aide