Create these two files :
In lhc_web root directory
.htaccess file with the following content
AddHandler x-httpd-php5-cgi .php
In site root directory
php5.ini file with the following content
cgi.fix_pathinfo = 1
After these changes all should start to work.
P.s Updated according to comment.