[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache et php3



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



Reply to: