salut!
Visiblement ton apache n'interprete pas le PHP...
Sous quel systeme est tu si tu a installé apache puis easy php j'imagine que tu est sous linux
sous windows easyphp suffit...
donc il faut que tu ais instalé apache, ca c'est fait
eventuellement easy-php
mais surtout mod_php et php-4.3.2 ou une autre version
si c'est déjà le cas, il faut verifier ta configuration de apache.
SOIT:
Dans /etc/httpd/conf/httpd.conf
il faut une ligne (a la fin en general)
Include conf/addon-modules/php.conf
et dans le fichier /etc/httpd/conf/addon-modules/php.conf
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
SOIT:
dans le fichier /etc/httpd/conf/commonhttpd.conf
dans la section
<IfModule mod_mime.c>
il faut ajouter ou decomenter les deux lignes suivantes...
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
Voilà il n'y a plus qu'a relancer apache et croiser les les doigts :-)
Na kaer eo va Breizh,
gand ar mor glaz èn-dro dezi !