I am intending to use ISP Config and did a test install on my home machine I have a web server running on it which runs an old MtMail script for the local school. Problem ISPConfig went well but it was a test and after I installed it and decided I would use it in my new server I uninstalled it, only now I cant run the old Mymail script at all. is there something I missed?
Have a look at your httpd.conf. There (or in its include files) must be a line like Code: AddType application/x-httpd-php .php which is commented out. Remove the comment signs in front of it and restart Apache. If your PHP files have another extension than .php (e.g. .php3), then there must also be a line for PHP3: Code: AddType application/x-httpd-php .php3