Hello
I'm a total newbie to php and get 'page cannot be displayed' error message after running http://localhost/phpinfo.php in my web broswer.
I have installed apache 2 and php version 4.3.10-Win32
I am running Windows xp home version.
Apache web server works fine when running http://localhost/
I have renamed the php.ini.dist file to php.ini and copied php.ini to c:\windows
I have copied the php4ts.dll file to C:\WINDOWS\SYSTEM
I have also added phpinfo.php file to C:\Program Files\Apache Group\Apache2\htdocs
In the httpd.conf file I have added
LoadModule php4_module c:/php-4.3.10-Win32/sapi/php4apache2.dll
as well as
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
I have also uninstalled/reinstalled php but still get same error
I would appreciate any help