PDA

View Full Version : Uninstalld Now Cant run older php script


abselect
18th October 2005, 09:05
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?

falko
18th October 2005, 09:23
Have a look at your httpd.conf. There (or in its include files) must be a line like 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:
AddType application/x-httpd-php .php3