I have dedicated server Windows 2000 matrix.
I installed PHP4.3.6 on IIS. I create file phpinfo.php(<?php phpinfo(); ?>), save to c:/Inetpub/wwwroot directory and its working well.
When I type in my bowser
http://213.171.198.189/phpinfo.php everything is OK - works.(213.171.198.189 - IP of my server).
But on this server all domain are located on the second drive D:/home/default/domain_name/htdocs/.
I copied file phpinfo.php to D:/home/default/dating-uk.info/htdocs/phpinfo.php , and try it from my browser
http://www.dating-uk.info/phpinfo.php.
I've got "The page cannot be displayed".
I esed installation from source.
Could you please help me to make PHP working on all my domains not only on localhost.
Martin1951
mwb1951