Hi There.
All is sorted out now.

Installation of PHP4 and Apache2 on win32 has been a difficult task.

To load the sapi flavour (module) into apache2 try the following.
Add these lines into your configuration file for Apache2.
    LoadModule php4_module c:/PHP/experimental/apache2filter.dll
    AddType application/x-httpd-php .php

Forget the AddModule directive it's fallen away.

To complete your installation Turn Register Globals on and then restart your
Apache2 Server.

All good.
Thanks to all win32php gurus.
:)

Kindest Regards
Vincent Kruger



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to