i installed php,mysql,apache on linux And i created info.php at /var/www/html/info.php and i enter http://localhost/info.php , i see
<?php
echo ("deneme");
?>
My page isn't working..
But i enter http://localhost/index.php , dashboard is working.