Last week I started playing around with LAMP Ubuntu and I didnt have any issues. Today some code wasn't working so I tried running this in index.php:
<?php phpinfo(); ?>
This doesn't work when I connect to localhost in my browser, but it works in testphp.php at localhost/testphp.php
Any suggestions?
Thanks