1

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");
?>

enter image description here My page isn't working..

But i enter http://localhost/index.php , dashboard is working.

Rafael
  • 7,605
  • 13
  • 31
  • 46
  • Make sure you have installed PHP properly. Seems your code is not being executed. This [link](https://stackoverflow.com/questions/5121495/php-code-is-not-being-executed-instead-code-shows-on-the-page) will help you – Geee Jan 08 '19 at 06:15
  • Looks like your web server is serving info.php as plain/text while index.php is correctly proxied to the fastcgi server; check your web server's configuration. – Rafael Jan 08 '19 at 06:32
  • Also, welcome to SO! Please read [ask] and learn how to create a [mcve], cheers! – Rafael Jan 08 '19 at 06:33

0 Answers0