I guess your problem is related to this issue:
http://www.howtoforge.com/forums/showpost.php?p=56261
we changed it already in SVN for the next relaese of ISPConfig. You can change it your sellf by replacing the line:
Quote:
|
$php .= "AddType application/x-httpd-php .php .php3 .php4 .php5\n";
|
with:
Quote:
|
$php .= "AddHandler application/x-httpd-php .php .php3 .php4 .php5\n";
|
in the file /root/ispconfig/scripts/lib/config.lib.php around line 1390