Hola Pepe, A Divendres 07 Febrer 2003 23:57, Pepe Chalmés va escriure: > [...] > # 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: > # > #20030207 (/usr/share/doc/php4/README.Debian.gz) > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .phps > # > # And for PHP 4.x, use: > # > #20030207 (/usr/share/doc/php4/README.Debian.gz) > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > ...
Crec que el problema està ací, si no tens el php3_module el tipus .php3 no el processa. Encara que no ho he provat no crec que hi haja cap problema en afegir la extensió .php3 al tipus app/x-httpd-php, quedaria així: AddType application/x-httpd-php .php .php3 i lleves els AddType del php3. > > Però continua igual. Quasi millor que ho deixem, perquè només estava > fent proves, no m'he posat a llegir documentació. > > Vinga adéeeeu (i gràcies =). Salutacions Pep

