Hello!
 
I have a problem with instaling php. I have a win2000. At first I sucsesfuly install the apache 1.3.33. Then I try to manualy install php 4.3.10. I unziped file in c:\ and rename it. So my main folder is c:\php . Then I move all files located in the dll and sapi folders to the main folder. In environment variable I add variable with name PHPRC and path c:\php. Then I used php.ini-recommended and rename it to php.ini. In php.ini file I add doc_root = C:\Program Files\Apache group\Apache\htdocs . Then I opened apache httpd.conf file and add (install as an Apache module):
AddType application/x-httpd-php .php
LoadModule php4_module "c:/php/sapi/php4apache.dll"
SetEnv PHPRC C:/php
In the end I restart apache (like service). And when I write in internet explorer http://janko/phpinfo.php (janko is a name of server, and phpinfo.php is file I have in folder that is configured) and nothing is shown.
What did I do wrong?
Thant you for answer.
 
Janko
 
 

Reply via email to