I got stuck the same way...even after getting PHP running on my NT. I was
installing PHP 4.3.1 on Windows 2003 server and couldn't get it to work. I
went backafter taking a break, and deleted all PHP dlls taking the
system back to just the php.ini file mentioned in the install
instructions
Ok guys,
To correcte all the typos, this is what I did.
1. Removed PHP( directory ) completely.
2. Start Apache - went fine( without any reference of PHP )
3. Installed PHP in a simple directory( not Program Files et al. ), so now
its e:\php-4.2.3-Win32\...
4. Copied php4ts.dll to \WINNT\system32
kramr
ur only supposed to COPY php4ts.dll NOT LOAD it
LoadModule php4_module C:/WINNT/system32/inetsrv/php/sapi/php4apache.dll
dis iz vat u do ok
good luck
toby ..
_
Chat with friends online, try MSN Messenger: http://messe
Thanks Erwin. Unfortunately it doesn't work, even after I copied php4ts.dll.
How would I specify the drive:\Program Files, which has a space in-between.
Should I include single or double quote ?
I tried all these combinations...
LoadModule php4_module F:/Progra~1/php-4.2.3-Win32/php4ts.dll
Load
Kramer wrote:
> hi,
>
> I've Apache 2 running fine in my Windows 2000 machine. I installed PHP
> 4.2.3( from the zip-file method ).
> I copied php4apache.dll and php4apache2.dll to /WINNT/system32 and
> /WINNT as well( to be safe ).
>
> In my httpd.conf, either of the following startments are caus