PDA

View Full Version : php download instead execute


sojic
10th November 2008, 22:45
I just install ISP Config on Suse 10.2 and upload .php.

index.php is downloading instead to execute on the server.

edge
10th November 2008, 22:59
Did you enable PHP for that site?
You will need to do this on the Basis tab (PHP Scripts)

sojic
10th November 2008, 23:13
Yes, it is activated.

The problem is in httpd.conf probably... or in server config I think

falko
11th November 2008, 15:43
Take a look at chapter 2.4.3 on http://www.howtoforge.com/ispconfig-2.x-first-steps-p2

sojic
11th November 2008, 19:24
I change $go_info["server"]["apache2_php"] = 'addtype' into $go_info["server"]["apache2_php"] = 'both', restart ispconfig_server.... same problem.

falko
12th November 2008, 15:19
For SUSE, you must use addhandler.