😕
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!

    Well make sure you've properly configured apache to include the php conf files and paths, so make sure you apache is actually pointed to the directory you are tyring to use as your web home. If php isnt properly installed it usually triggers a dowload not a 404, so also make sure your apache is actually running by going to http://localhost/ or the name of your server to make sure its running.

      Write a Reply...