I have set up an Amazon EC2 instance with Apache, PHP, and MySQL (LAMP) using this tutorial.
All of that is working correctly, including phpMyAdmin, and you should be able to see the success page at:
http://54.235.216.209/
Now, I'm lost on how to upload public files, and change the default index page. I've successfully connected with Filezilla and created a /var/www/html directory in which I placed all my files. These also show up when I SSH in. However, when I navigate to
http://54.235.216.209/var/www/html
or any variation, it says these directories do not exist. What am I doing wrong?