Can't find Localhost files
- by GMF
Hope you can help. This is my first time trying Ubuntu/Linux.
I am logged in as root
I have downloaded and installed LAMP and PHPMYADMIN.
I get the test page under localhost say that It works and is installed Correctly.
I have also put my files in the /var/www. they are PHP files
When I put the address localhost/(page name.php) I get an error saying
Not Found
The requested URL /index.php was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
I Have put the files in the wrong folder?? If I look in the "/etc/ap[ache2/sites-available/default", It tells my my DocumentRoot is /var/www
Would love somehelp on this please
Many thanks
GF