so i'm running apache 1.3.22 on windows XP
and trying to run phpnuke on it.It works fine locally without ANY errors.But
as soon as outside users try to connect to the server they say there was an
error.Since they are windows users they couldn't quite tell me what was
wrong.Anyway...after connectin
instead of php4.c just use
LoadModule php4_module C:/php/sapi/php4apache.dll
and then offcourse register the file types
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
i a
i don't really see why you would even try to unload mod-php4.c since apache
doesn't come installed with it.In windows you can only load the module
(php4apache.dll)
if you installed php under c:\
you would only add
LoadModule php4_module D:/Programs/AppServ/php/sapi/php4apache.dll
any text with mod
yeah great...now if somebody could do the same for windows apache php4.1.1
and a modular installation it would just kick ass :)
"Andre Amaral" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all. Here is my first attempt to make easy Step by Step installation