Hi, everybody.
How can I configure more than one php extension in httpd.conf of Apache 2.0 (running as module)? I am using the syntax below and that work just fine with .php and .php3 but the file .php4 is readed as text plain:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
Somebody could help me?