Propose : My webhost runs on PHP4 and does not grok files with «.php3» extensions

Article proposé
---------------

L'article "My webhost runs on PHP4 and does not grok files with «.php3»
extensions" est proposé à la publication.
Vous êtes invité à venir le consulter et à donner votre opinion
dans le forum qui lui est attaché. Il est disponible à l'adresse :
http://www.spip.net/ecrire/articles.php3?id_article=2356

** My webhost runs on PHP4 and does not grok files with «.php3»
extensions **
par baudo

In most cases, to insure backward compatibility, servers running PHP4 are
configured to process files with «.php3» extensions. However, if that is
not the case (your browser displays the source code or does recognise the
file format), contact your webhost to remedy to this situation.

Karl recommends for those running their own servers: If you have accesse
to httpd.conf and have compiled PHP4, modify your httpd.conf as follows:

# # And for PHP 4.x, use : # AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php-source .phps (...)