You are talking about a few issues.

1. turn on / uncomment the extensions in the php.ini (use phpinfo.php
to figure out which php.ini you are using)

2. 404 means the requested doc or url is wrong or doesnt exist. this
isnt your webserver or php's fault. fix the url.

3. make sure you tell IIS to use the php.exe for all .php scripts

John


> 
> ---------- Forwarded message ----------
> From: "Alon Solell" <[EMAIL PROTECTED]>
> To: <php-windows@lists.php.net>
> Date: Fri, 19 Aug 2005 21:43:27 +0300
> Subject: Question about Windows Installation
>  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.
> 
>

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

Reply via email to