Posted by Rincewind on 09/20/05 02:08
On 19 Sep 2005 15:24:12 -0700, gregsands wrote:
> Hi Im trying to install PHP 5.05 on Windows XP running Apache 2.0.54
>
> Apache is running fine and ive made all the changes to the pnp.ini file
> and Apache config file, restarted Apache but all I get when trying to
> call my test.php file is a 404 error?
>
> http.config file:
> LoadModule php5_module "C:/php/php5apache2.dll"
> PHPIniDir "C:/php"
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
> set my php.ini doc-root file to :
> doc_root = "C:\Program Files\Apache Group\Apache2\htdocs"
>
> Ive followed all the FAQs on php.net , added c:/php to the Path etc
>
> any ideas?
>
> thanks
If your getting a 404 error it means it's not there on the server, not that
PHP isn't working!
[Back to original message]
|