Quote:
|
Originally Posted by Odhinn
You should just be able to put this in .htaccess to enable it on a per-directory basis:
Code:
AddType application/x-httpd-php5 .php
I haven't set any of this up yet though, so I can't test it myself.
|
You are a LITTLE wrong.
You should to use AddHandler for php as cgi:
AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml
Not forget that this works on recurse basis. E.g. for every subdirectory under the main subdirectory.
This is confirmed thing on Apache + phpsuexec + php4 cgi + php5 cgi