PHP5 Usage

We currently have PHP5 installed on cobalt.3dpixelnet.com (77.240.2.157) due to the current demand level of the platform.

php4 is still the default php handler thus when php is to be used a .htaccess must be created with the following code therein:

AddHandler application/x-httpd-php5 .php

php4 uses mod_php and php5 uses the mod_fastcgi platform. The speed difference is negligible.

As with all .htaccess additions/changes, the switch to php5 is instant.