Bonjour la liste, ouais je sais, c'est un probl�me qui a d�j� �t� abord� des
millions de fois ici...
j'ai pourtant regard� les posts pr�c�dents, configur� mon httpd.conf comme il
faut, et quand je clique sur un fichier .php3 h�berg� par mon serveur, il me
propose de l'enregistrer..
voici, les lignes de mon httpd.conf

    # AddType allows you to tweak mime.types without actually editing
    # it, or to make certain files to be certain types.
    #
    # For example, the PHP 3.x module (not part of the Apache
    # distribution - see http://www.php.net) will typically use:
    #
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    
    # And for PHP 4.x, use:
    #
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps

    AddType application/x-tar .tgz
    AddType image/bmp .bmp

    # hdml
    AddType text/x-hdml .hdml

et celles de mon mime.types
   application/x-httpd-php                         html pht php
   application/x-httpd-php-source                  phps
   application/x-httpd-php3                        php3
   application/x-httpd-php3-preprocessed           php3p
   application/x-httpd-php4                        php4

Normalement tout est correct non? Quelqu'un voit-il un probl�me?
D'avance, merci

Répondre à