[PHP-WIN] IIS PHP 301 Redirect

2005-02-23 Thread emmerse
Hi, I am having problem with PHP header location with IIS 6.0. Even after i sent the header("HTTP/1.1 301 Moved Permanently"); the header (Location: url); always return 302 redirect. any solution to this problem? Thanks. Jack Sen -- PHP Windows Mailing List (http://www.php.net/) To unsubs

[PHP-WIN] IIS PHP permissions

2003-01-23 Thread s.garriock
Hi I am trying to setup a intranet with IIS 5.1 and PHP 4.3.0 The problem I am having is that I want to retrieve all the usernames of the people on the network (aka DOMAIN\username) for security. I am using ISAPI to do this due to the CGI not retrieving the username. The problem I am having is that

[PHP-WIN] IIS/PHP w/ NTFS issue

2002-12-05 Thread Christopher England
I have IIS 5 with PHP 4.2.3 on a Windows 2000 server and I use NTFS to control access to the directories. A user with read/execute (or even Full Control in testing) can get to the directory fine, and .html files fine. But .php files do not come up - access denied basically. However, if a user is a

RE: [PHP-WIN] IIS/PHP

2002-06-18 Thread Peter
i dunno i found iis to be a pain in the butt so now i just use apache on win2k :) -Original Message- From: James Mclean [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 19 June 2002 3:37 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] IIS/PHP All, Consider the following code

[PHP-WIN] IIS/PHP

2002-06-18 Thread James Mclean
All, Consider the following code. $last_error_message"; }else{ print_r($res); } } ?> test function Number to Query Now this code works flawlessly under Apache/PHP 4.2., but on IIS with PHP 4.2. it fails to execute the first if statement once a number is ent

[PHP-WIN] IIS PHP 2000

2002-03-28 Thread RCAuction
my site runs fine but always asks for username and password running php as cgi its driving me nuts Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?)

2001-11-28 Thread Norm Russell
ED]> >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?) >Date: Thu, 22 Nov 2001 13:40:29 + > >I'm running PHP 4.0.6 on Win2K with IIS 5. If IIS's wwwroot is located on >a >local drive, PHP docs execute fine. If IIS'

[PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?)

2001-11-22 Thread Norm Russell
I'm running PHP 4.0.6 on Win2K with IIS 5. If IIS's wwwroot is located on a local drive, PHP docs execute fine. If IIS's wwwroot is located on a shared network drive, PHP scripts deliver the following error message: CGI Error The specified CGI application misbehaved by not returning a co

[PHP-WIN] IIS, PHP and LANs

2001-10-28 Thread CJD
I am running IIS on my PC as a development platform, and all is good. I'm wanting to set up a virtual directory to a network drive on the LAN and it works fine for HTML files, but when accessing a PHP file I get The specified CGI application misbehaved by not returning a complete set of HTTP hea

RE: [PHP-WIN] IIS PHP

2001-10-28 Thread Mike Eynon
2388 (cell) -Original Message- From: Josh Seward [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 27, 2001 12:46 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] IIS PHP 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

[PHP-WIN] IIS PHP

2001-10-27 Thread Josh Seward
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 me? Thanks,

Re: [PHP-WIN] IIS & PHP Session

2001-09-28 Thread Phil Driscoll
Change your session save path in php.ini to somewhere that exists on an NT box - e.g. c:\temp (or create your own php session temp directory) Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-WIN] IIS & PHP Session

2001-09-28 Thread Ertan Tike
Hi, I have installed php on IIS as ISAPI module (with zend optimizer) .. but session stuffs. doesnt work.. giving this error message.. i have created /tmp folder in site and gived read , write etc.. rights but doesnt fix the problem.. do you have any idea ? thanx a lot.. Windows2000 / IIS 5 Php