Overview .edu

By default the Apache web server stores files in the path /var/www/html, so let’s create the document there, type: nano /var/www/html/test.php. This will open the nano editor. Inside the editor type: and then press . ctrl+x. to exit, and . y. to save and . enter. (do not put a space between phpinfo and the parentheses) Verify the test.php file exists, type: ls –l /var ... ................
................