ID: 33678 Updated by: [EMAIL PROTECTED] Reported By: jurgen at telebusiness dot net -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: ALL PHP Version: Irrelevant New Comment:
Definately not correct way to add the types. Previous Comments: ------------------------------------------------------------------------ [2005-07-13 14:12:49] jurgen at telebusiness dot net Description: ------------ Currently I disagree with this section in INSTALL.TXT: (Recurring in seceral sections !!!) # Add this line inside the <IfModule mod_mime.c> conditional brace AddType application/x-httpd-php .php # For syntax highlighted .phps files, also add AddType application/x-httpd-php-source .phps Because: AddType OVERWRITES mimes.types definitions. So don't use Addtype in httpd.conf but change mimes.types with: (append after line application/pgp-signature) application/x-httpd-php php application/x-httpd-php-source phps This works both for windows and unix. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33678&edit=1