| David Joffrin 2005-03-08, 3:58 pm |
| Hi,
I am pretty sure that I followed the manual instructions, but I could not
get the hello world sample working.
Here is my set-up:
Apache2:
1- Root document @ c:\apps\Apache Group\apache2\htdocs\test
2- Modified httpd with:
# For PHP 4 do something like this:
LoadModule php4_module "c:/apps/php-4.3.10-Win32/php4apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/apps/php-4.3.10-Win32"
PHP4 installed in C:/apps/php-4.3.10-Win32.
1- renamed php.ini-recommended to php.ini and modified doc_root to doc_root
= c:\apps\Apache Group\apache2\htdocs\test
2- Added C:/apps/php-4.3.10-Win32 to C:/apps/php-4.3.10-Win32.
3- Moved folders content of CLI and sapi to C:/apps/php-4.3.10-Win32.
Then, restart Apache2 service... hello world is blank.
What did I miss?
Thanks.
DvJ
|