|
Posted by gregsands on 09/20/05 01:24
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
Navigation:
[Reply to this message]
|