1
I am having problems installing PHP on my computer. If anybody could help out that would be great.
I am running windows 2000
I have installed Apache as my local server and would like to attach PHP to this. I found a usefull website
http://www.webmasterstop.com/48.htmlwhich I followed to install Apache, mySQL and PHP. Apache and mySQL installed properly. PHP installed but then when I created a php file and placed it in the htdocs directory and looked at it through explorer by
http://localhost/phpinfo.php I just got the typical Page Cannot Be Found error.
I placed these lines in the httpd.conf file as required
ScriptAlias /php/ "c:/server/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
I also added index.php to
DirectoryIndex index.html index.html.var
which I found to do in another website.
If it also helps the PHP instalation file version used was
php-5.0.4-installer.exe
Thanks in advanced