Hi everybody,
I think my confi has some problems. Can you guys help me to see what is going on?
i install Apache2.0.48 and Php4.3.4 in WinXP.
I add some codes in httpd(inside apache group/apache2)
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
# For PHP 4 do something like this:
LoadModule php4_module "c:/php/sapi/php4apache2.dll "
AddType application/x-httpd-php .php
In addition, I put the php.ini file in Windows, put
php4ts.dll in system32. Anything else?
When I run apache and write some php code, I cannot
pass agrument between two php files. Do you guys have any idea?
Thanks.
Krista
I think my confi has some problems. Can you guys help me to see what is going on?
i install Apache2.0.48 and Php4.3.4 in WinXP.
I add some codes in httpd(inside apache group/apache2)
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
# For PHP 4 do something like this:
LoadModule php4_module "c:/php/sapi/php4apache2.dll "
AddType application/x-httpd-php .php
In addition, I put the php.ini file in Windows, put
php4ts.dll in system32. Anything else?
When I run apache and write some php code, I cannot
pass agrument between two php files. Do you guys have any idea?
Thanks.
Krista
Comment