Hi Y'all, I think I'll stick to the 4.4.0 for now,. but the install process seemed pretty much the same for 5.0.4 If I use the php installer,. it install only the barebone version of PHP. I need to add the extensions to support mbstring, mysql etc.. I'm using IIS6 as this is a Windows 2003 Server and I have the requierment to use that. Otherwise, I'd use Apache. So.. I know lots of you will try to sway me to use Apache and Linux,. but that would be barking at the wrong tree. I have serveral Linux boxes working fine,. and I love them. This is a requirement from my end user so the need is to install the PHP with IIS6. What I've done so far: I created the following tree: C:\hostingapps\php\ In that directory, I've unzipped the PHP package. >From the instructions, I understood I need to move all the files in the direcotries: C:\hostingapps\php\dll C:\hostingapps\php\isap to the: C:\hostingapps\php\ When I used the installer,.. it created a php.ini file in the C:\Windows\php.ini (using the installer worked fine, but no extensions were available). and I guess I can just use it? I also manually added the path: C:\hostingapps\php And then restarted the IIS server. However,. I'm still getting an error: HTTP Error 404 - File or directory not found. Internet Information Services (IIS) What am I missing? Thanks, -Alon.