Hey guys I'm trying to get a fresh install of php5 mysql and apache working on a new Ubuntu 9.10 system.
I've uploaded what I believe to be all of the relevant files from the linux repository and I transferred over my php files to var/www/.
On my other system (Ubuntu 9.0X), I could open up firefox and type in localhost/filename.php (after putting a file in var/www) and it would execute the file. On my new system, when I do the same I get a 404 Not found. What am I doing wrong? As always, thanks for your time!