Hi.
am using Windows XP, Apache 2.0.43 and PHP 4.2.3 I
did the following
1) I first installed Apache
It worked properly as I got the initial web page when
i typed
http://localhost:8080 in IE.
2) Then I unzipped the PHP zip file in a directory
C:\php4 and copied the
php4ts.dll file in C:\windows\system32
3) I then edited httpd.conf in the apache directory
and added the
following lines
ScriptAlias /php4/ "C:/php4"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php /php4/php.exe
I created a small php test file phpinfo.php
Then i started the apache server again and type
http://localhost/phpinfo.php
I got the message file cannot be displayed. Am I
missing some steps. I tried to find
installation tutorial on php.net but it was not of
much help.
Thanks for any help, - Josh(ila) __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
