Problem with web app indexing and PHP
Posted: Wed Feb 03, 2010 2:40 am
I 'm currently teaching myself PHP and to test them out I've made a web app called 'mysite' and I put my websites into the /var/hda/web-apps/mysite/html/ file. I also recursively changed the group of mysite to 'users'. (I copied the owner and premissions layout from the homeinv app)
I would like to go to 'mysite' and browse the directory to find the page I would like to load, but when I type in 'mysite' into the url is comes up with the page 'Test Page for the Apache HTTP Server on Fedora', and if I go to a directory like 'mysite/images' it comes up with the directory contents titled 'Index of /images'.
Who an I able to browse the initial directory 'mysite'?
Also if I go to a PHP file it opens up but without the PHP script proccessed. How do I enable PHP on the web app?
I would like to go to 'mysite' and browse the directory to find the page I would like to load, but when I type in 'mysite' into the url is comes up with the page 'Test Page for the Apache HTTP Server on Fedora', and if I go to a directory like 'mysite/images' it comes up with the directory contents titled 'Index of /images'.
Who an I able to browse the initial directory 'mysite'?
Also if I go to a PHP file it opens up but without the PHP script proccessed. How do I enable PHP on the web app?