Are you able to view any simple PHP or html file from your webserver rendered to your chrome browser ? Like just try creating a simple php page by name phpinfo.php with below content:
<?php phpinfo(); ?>Save and run this from your browser http://localhost/phpinfo.php
Please post what happens