I have installed PHP, MySQL, and Apache in my machine by following this tutorial. I created one file info.php to test if php is working on my apache server, but I go message file not found. Then, I tried to place info.php file inside html directory, it worked fine. Is it possible to change it to /var/www not in /var/www/html?
Please help. I am new to linux.
man apache2
in an open terminal to read the manual pages. – mchid Sep 18 '14 at 08:25