Probably means that Apache is not instructed to parse .php files as php. You will need to modify .htaccess or httpd.conf to include: AddType application/x-httpd-php .php
thank you for your help, I've already correct the .htaccess file, but it looks that it is a server problem now.