Please Please Help
I am try to configure and run php4 & apache under win98.Apache says it's configured OK and
brings up the default index file when the address http://localhost/ is entered
in my browser.
I have followed the steps listed in the "php" install file and basically carried out the following;
Unzipped php to C:php
moved the php4ts.dll to the windoows\system directory
Edited apache httpd.conf and added the following lines
under DSO module support "LoadModule php4_module c:/php/sapi/php4apache.dll"
just beneath that "AddType application/x-httpd-php .php4"
under ScriptAlias " ScriptAlias /php4/ "C/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType applicatin/x-httpd-php4 .php "
under Action " Action application/x-httpd-php "php/php.exe" "
Copied php.ini-dist to C:windows re-named it php.ini
Copied the php extensions to C:windows\system
editted php.ini with
doc_root="C\Program Files\Apache Group\Apache\htdocs"
&
extension_dir ="C:\windows\system"
- used a text editor to create a file containing <? phpinfo(); ?> and called it test.php
and saved it my document root directory.
As i said Apache seems to run fine and displays "Apache/1.3.19 (win32) PHP/4.0.4pl1 running..."
butwhen I address http://localhost/test.php all I get is "<? phpinfo(); ?>"
As I said I would appreciate any help so I get this thing running and my life back to normal, thanks.