11
My server runs php4 by default so I have to put a .htaccess with:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
However, using .htaccess in my root causes problem in making comments(just for some users) and with some modules(for all users).
I choose to use it just under the module folder that requires php5 to run.