Jack Sen,
Order may matter (depending on PHP version) - try sending the Status
after the Location.
Are you sure PHP is outputting the right headers? The easiest way to
find out is to use the cgi version of PHP (php-cgi.exe or php.exe
depending on your version of PHP) so you can see the outputt
AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Re: IIS/PHP w/ NTFS issue
And i think that IIS uses the user IWAN for running CGIs instead of the
IUSR user...
Cheers...
Luis Ferro
Charles P. Killmer wrote:
>The problem when it was running as a cgi is the php.ini may not have
>been acce
PROTECTED]
Subject: [PHP-WIN] Re: IIS/PHP w/ NTFS issue
Ok, I may have fixed my own problem. I am posting so that others can see
how
I did so.
1. I changed from running as CGI Binary to ISAPI filter. I had tried
this
before but forgot something that time around.
2. Allowed "EVERYONE" gro
5.0 Windows 2000 Server
-Original Message-
From: Christopher England [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 11:42 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: IIS/PHP w/ NTFS issue
Ok, I may have fixed my own problem. I am posting so that others can see
how
I did
Ok, I may have fixed my own problem. I am posting so that others can see how
I did so.
1. I changed from running as CGI Binary to ISAPI filter. I had tried this
before but forgot something that time around.
2. Allowed "EVERYONE" group to read/exec the C:\PHP folder (instead of just
IWSR user).
Ho
That works! Downloaded 4.0.8 and then I could view and execute PHP files
over the network. Fantactic.
BUT!
I use include() to pull in a connect.php foile to connect to the database,
and it has a bunch of function in it too. Now, if the include() statement
calls a file in it's current directory,
Hi
You must use a PHP build newer than 2001-07-03 to access files on a network
share on Windows. The last offical release is PHP 4.06 which was built on
June 23, you'll need a more recent developer version - maybe you can try
www.php4win.com.
Also be sure to give the appropriate permissions on t
On Sat, 27 Oct 2001 12:45:50 -0700, [EMAIL PROTECTED] (Josh
Seward) wrote:
>I am having trouble with my IIS server. When I restart the site runs fine, But only
>for one visit. If
>I leave the page or close the browser and try to return the page cannot be found.
>
>Can somebody explain this to