webapps are the perfect thing for learning php and web development!
i just tried this: create a webapp called mysite. when i go to
http://mysite i see an empty index:
Attachment:
empty-index.png [ 14.57 KiB | Viewed 82 times ]
i can create files in /var/hda/web-apps/mysite/html (as root, just to not bother with permissions right now) and see them in the browser.
i can do this:
Code:
echo "<?php echo phpinfo(); ?>" > test.php
and i see a file test.php. when i click on test.php, i see the trillion php settings. not the code.
maybe you have a permission issue?