Like changing of PHP 4 to PHP 5 from the file .htaccess
In order to change to PHP 5 when the predefined version is PHP 4
.htaccess in the folder only adds the following line at the beginning of the file whose content wishes to use php5
AddHandler application/x-httpd-php5 .php
