Entry
God give me patience. I cannot get PHP working on my windows apache srvr! Can't someone give better instructions on php installs?
Nov 15th, 2003 18:39
Atta Ullah, Peter Hullah, Rob R.,
step 1: apache is working=Yes
Step 2: suppose you are using phpx.x.x-installer.exe
Step 3: Run php installer
Step 4: copy php.ini to "c:\windows\system" or "C:\winnt\system32"
folder
Step 5: Write path to your document root in php.ini doc_root= path to
document root
Step 6: copy below lines and put in your httpd.conf file:
ScriptAlias /php/ "E:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php-source .phps
Step 7: Restart your apache server, it should work fine.