#1 Le 24/03/2009, à 18:14
- jc_350000
[symfony-PHP] Fichiers hosts, httpd et problème d'affichage
Bonjour,
Voici mon problème, j'ai installé symfony sur linux, et j'ai divers problèmes.
Tout d'abord, je ne suis pas sûr des fichiers hosts et httpd.conf de appache.
Et concernant mon projet, le skin symfony ni celui du site ne s'affiche pas. (fichier css pour le site et sf pour symfony).
Voici le screen montrant un exemple :
http://img259.imageshack.us/img259/318/blop2.jpg
Fichier hosts :
127.0.1.1 ubuntu.ubuntu-domain ubuntu projettpte
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Fichier httpdconf :
# Be sure to only have this line once in your configuration
NameVirtualHost 127.0.0.1:8080
# This is the configuration for Jobeet
Listen 127.0.0.1:8080
<VirtualHost 127.0.0.1:8080>
ServerName projettpte
DocumentRoot "/var/www/projettpte/web"
DirectoryIndex index.php
<Directory "/var/www/projettpte/web">
AllowOverride All
Allow from All
</Directory>
Alias /sf "/usr/share/php/data/symfony/web/sf"
<Directory "/usr/share/php/data/symfony/web/sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
J'espère avoir des indications sur mon problème,
Merci beaucoup,
JC.
#2 Le 24/03/2009, à 20:09
- jc_350000
Re : [symfony-PHP] Fichiers hosts, httpd et problème d'affichage
je pense plus à un problème de ces deux fichiers, mais j'ai toujours rien trouvé, quelqu'un a quelque chose ?
Merci !
#3 Le 16/01/2016, à 09:29
- camara10
Re : [symfony-PHP] Fichiers hosts, httpd et problème d'affichage
Bonjour!!!
J'ai un problème d'affichage de mon fichier php, aidez-moi svp.
J'ai quitté Windows pour même problème. MERCI
Hors ligne