AddHandler application/x-httpd-php5.php
AddType text/html .php
<html><head><title>PHP test</title></head><body> <?php echo "This is a PHP script!"; ?> </body></html>
SetEnv PHP_VER 5