
Je dois vraiment etre maudit:
Il y avait ca dans commonhttpd.conf:
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
AddType application/x-tar .tgz
AddType image/x-icon .ico
Je remplace par ca:
#
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
AddType application/x-tar .tgz
AddType image/x-icon .ico
AddType application/x-httpd-php .php .php3 .phtml .inc
AddType application/x-httpd-php-source .phps
Je relance apache, et... toujours pareil. C'est bien dans ce fichier qu'il faut modifier?
Merci de votre aide...