If I put the following line in a index.html file, to make Apache include the index.php file:
<?php include("/Live/ls_client/index.php"); ?>
visiting the index.html page shows me this:
<!--?php include("/Live/ls_client/index.php"); ?-->
Why is that? Why doesn't it actually include the PHP file?