apache et .php3 - Linux et OS Alternatifs
Marsh Posté le 19-08-2001 à 00:36:53
... mais quel plouf02 celui là  
 
 
à part ca, tu a dit dans le httpd.conf de lire le mime.types? 
Marsh Posté le 19-08-2001 à 00:49:10
| plouf02 a écrit a écrit  : g un pb avec apache il lit bien les .php ms po les .php3   pourtt g active aussi le php3 # 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 comprends po   | 
 
 
tu remplace par ca : 
 
# 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 .php3 .php4 
AddType application/x-httpd-php-source .phps  
 
AddType application/x-tar .tgz 
Marsh Posté le 19-08-2001 à 00:51:35
sacré plouf  
 
Marsh Posté le 19-08-2001 à 01:26:05
bah vi heureusement  
 
[edtdd]--Message édité par plouf02--[/edtdd]
Marsh Posté le 19-08-2001 à 00:33:23
g un pb avec apache il lit bien les .php ms po les .php3 
 
 
 
pourtt g active aussi le php3
# 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
comprends po