Php 5 upgrade
-
hi,
I have a plugin that requires php 5 but, I only have php 4. I heard that by adding theses two line of code you can upgrade it:<IfModule mod_fastcgi.c>
AddHandler application/x-httpd-php5 .php
</IfModule>or this code:
AddHandler application/x-httpd-php5 .php
AddHandler application/x-httpd-php .php4which one do I use and what part of my htaccess do I put it in.
thanks for any replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Php 5 upgrade’ is closed to new replies.