Knowledgebase
How do I switch between using PHP 4 and PHP 5?
|
PHP 5 is the default installation of PHP on our servers and will parse .php and .php5 files. If you'd like to make PHP 4 parse .php files, simply paste the following line of code into a .htaccess file: AddHandler application/x-httpd-php4 .php |

