Piwik and PHP5

Piwik users have contributed a number of solutions where the web server doesn’t default to PHP5. Disclaimer: Your mileage may vary, depending on your hosting provider.

a) add to .htaccess:

AddHandler php5-cgi .php

b) add to .htaccess:

SetEnv PHP_VER 5

c) add to .htaccess:

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

Anthon, can you please submit a new FAQ format q/a ? It might be better to limit the number of pinned posts and gather all knowledge in the FAQ. Thanks!

created faq: http://piwik.org/faq/installation/#faq_77

can you please unpin? I can’t seem to be able to do it on other posts. Thanks