Re: [PHP] 404 error - why???!!

2005-07-13 Thread Richard Davey
Hello Steve,

Wednesday, July 13, 2005, 5:11:58 PM, you wrote:

GSII Ok, I thought I had installed PHP correctly on my Win2003 server, using
GSII ISAPI.  I added the extension, and mapped it to the php4isapi.dll file,
GSII added a path to my /php folder in Win2003, edited my php.ini file which
GSII I copied to my /windows/system32 folder.

This won't fix the 404 (sorry), but the php.ini doesn't go in
system32, it just goes in the Windows directory. Do you only get 404s
on PHP files? What happens if you copy an .html file into the same
location and request that?

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 I do not fear computers. I fear the lack of them. - Isaac Asimov

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



Re: [PHP] 404 error - why???!!

2005-07-13 Thread glumtail
Hi:
 1. did you copy php4isap.dll to /php folder?
2. in local disk?


 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Ok, I thought I had installed PHP correctly on my Win2003 server, using
 ISAPI. I added the extension, and mapped it to the php4isapi.dll file,
 added a path to my /php folder in Win2003, edited my php.ini file which
 I copied to my /windows/system32 folder.
 
 In IIS, I made sure that the application extension for .php was added,
 also pointing to the php4isap.dll file, and in the documents, added the
 index.php file, moved it to the top of the list.
 
 So, after all that, why am I still getting 404- file not found errors.
 This is on a IE browse that is running on the same machine as IIS/PHP!
 
 Any help is appreciated, this is getting very frustrating.
 
 Thanks,
 Steve
 



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Yes, the dll file is on the server, in the /php directory

Steve 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 10:18 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hi:
 1. did you copy php4isap.dll to /php folder?
2. in local disk?


 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Ok, I thought I had installed PHP correctly on my Win2003 server, 
 using ISAPI. I added the extension, and mapped it to the php4isapi.dll

 file, added a path to my /php folder in Win2003, edited my php.ini 
 file which I copied to my /windows/system32 folder.
 
 In IIS, I made sure that the application extension for .php was added,

 also pointing to the php4isap.dll file, and in the documents, added 
 the index.php file, moved it to the top of the list.
 
 So, after all that, why am I still getting 404- file not found errors.
 This is on a IE browse that is running on the same machine as IIS/PHP!
 
 Any help is appreciated, this is getting very frustrating.
 
 Thanks,
 Steve
 


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



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Regular .htm files work just fine.  Its kinda strange.. 

-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 10:18 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,

Wednesday, July 13, 2005, 5:11:58 PM, you wrote:

GSII Ok, I thought I had installed PHP correctly on my Win2003 server, 
GSII using ISAPI.  I added the extension, and mapped it to the 
GSII php4isapi.dll file, added a path to my /php folder in Win2003, 
GSII edited my php.ini file which I copied to my /windows/system32
folder.

This won't fix the 404 (sorry), but the php.ini doesn't go in system32,
it just goes in the Windows directory. Do you only get 404s on PHP
files? What happens if you copy an .html file into the same location and
request that?

Best regards,

Richard Davey
--
 http://www.launchcode.co.uk - PHP Development Services  I do not fear
computers. I fear the lack of them. - Isaac Asimov

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

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



Re: [PHP] 404 error - why???!!

2005-07-13 Thread glumtail
Hello Steve,
 is the ISAPI loaded success?
what's your PHP version? Version 4.x works fine.

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Regular .htm files work just fine. Its kinda strange..
 
 -Original Message-
 From: Richard Davey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 10:18 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 
 Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
 GSII Ok, I thought I had installed PHP correctly on my Win2003 server,
 GSII using ISAPI. I added the extension, and mapped it to the
 GSII php4isapi.dll file, added a path to my /php folder in Win2003,
 GSII edited my php.ini file which I copied to my /windows/system32
 folder.
 
 This won't fix the 404 (sorry), but the php.ini doesn't go in system32,
 it just goes in the Windows directory. Do you only get 404s on PHP
 files? What happens if you copy an .html file into the same location and
 request that?
 
 Best regards,
 
 Richard Davey
 --
 http://www.launchcode.co.uk - PHP Development Services I do not fear
 computers. I fear the lack of them. - Isaac Asimov
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
 http://www.php.net/unsub.php
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
I guess I'm not sure how to tell if its loading correctly.  Can you tell
me how to confirm that it is?

I'm using PHP 4.x as well.

Steve 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 11:00 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
 is the ISAPI loaded success?
what's your PHP version? Version 4.x works fine.

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Regular .htm files work just fine. Its kinda strange..
 
 -Original Message-
 From: Richard Davey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 10:18 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 
 Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
 GSII Ok, I thought I had installed PHP correctly on my Win2003 
 GSII server, using ISAPI. I added the extension, and mapped it to the

 GSII php4isapi.dll file, added a path to my /php folder in Win2003, 
 GSII edited my php.ini file which I copied to my /windows/system32
 folder.
 
 This won't fix the 404 (sorry), but the php.ini doesn't go in 
 system32, it just goes in the Windows directory. Do you only get 404s 
 on PHP files? What happens if you copy an .html file into the same 
 location and request that?
 
 Best regards,
 
 Richard Davey
 --
 http://www.launchcode.co.uk - PHP Development Services I do not fear 
 computers. I fear the lack of them. - Isaac Asimov
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
 http://www.php.net/unsub.php
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



Re: [PHP] 404 error - why???!!

2005-07-13 Thread glumtail
Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site - 
ISAPI 

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I guess I'm not sure how to tell if its loading correctly. Can you tell
 me how to confirm that it is?
 
 I'm using PHP 4.x as well.
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:00 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 is the ISAPI loaded success?
 what's your PHP version? Version 4.x works fine.
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  Regular .htm files work just fine. Its kinda strange..
 
  -Original Message-
  From: Richard Davey [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 10:18 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
 
  Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
  GSII Ok, I thought I had installed PHP correctly on my Win2003
  GSII server, using ISAPI. I added the extension, and mapped it to the
 
  GSII php4isapi.dll file, added a path to my /php folder in Win2003,
  GSII edited my php.ini file which I copied to my /windows/system32
  folder.
 
  This won't fix the 404 (sorry), but the php.ini doesn't go in
  system32, it just goes in the Windows directory. Do you only get 404s
  on PHP files? What happens if you copy an .html file into the same
  location and request that?
 
  Best regards,
 
  Richard Davey
  --
  http://www.launchcode.co.uk - PHP Development Services I do not fear
  computers. I fear the lack of them. - Isaac Asimov
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
  http://www.php.net/unsub.php
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Ohthat!! :) 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 11:10 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site -
ISAPI 

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I guess I'm not sure how to tell if its loading correctly. Can you 
 tell me how to confirm that it is?
 
 I'm using PHP 4.x as well.
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:00 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 is the ISAPI loaded success?
 what's your PHP version? Version 4.x works fine.
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  Regular .htm files work just fine. Its kinda strange..
 
  -Original Message-
  From: Richard Davey [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 10:18 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
 
  Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
  GSII Ok, I thought I had installed PHP correctly on my Win2003 
  GSII server, using ISAPI. I added the extension, and mapped it to 
  GSII the
 
  GSII php4isapi.dll file, added a path to my /php folder in Win2003,

  GSII edited my php.ini file which I copied to my /windows/system32
  folder.
 
  This won't fix the 404 (sorry), but the php.ini doesn't go in 
  system32, it just goes in the Windows directory. Do you only get 
  404s on PHP files? What happens if you copy an .html file into the 
  same location and request that?
 
  Best regards,
 
  Richard Davey
  --
  http://www.launchcode.co.uk - PHP Development Services I do not 
  fear computers. I fear the lack of them. - Isaac Asimov
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Ok, I don't think it is loaded.  I manually added it, restarted w3svc,
and the status still shows as *unknown*

 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 11:10 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site -
ISAPI 

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I guess I'm not sure how to tell if its loading correctly. Can you 
 tell me how to confirm that it is?
 
 I'm using PHP 4.x as well.
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:00 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 is the ISAPI loaded success?
 what's your PHP version? Version 4.x works fine.
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  Regular .htm files work just fine. Its kinda strange..
 
  -Original Message-
  From: Richard Davey [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 10:18 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
 
  Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
  GSII Ok, I thought I had installed PHP correctly on my Win2003 
  GSII server, using ISAPI. I added the extension, and mapped it to 
  GSII the
 
  GSII php4isapi.dll file, added a path to my /php folder in Win2003,

  GSII edited my php.ini file which I copied to my /windows/system32
  folder.
 
  This won't fix the 404 (sorry), but the php.ini doesn't go in 
  system32, it just goes in the Windows directory. Do you only get 
  404s on PHP files? What happens if you copy an .html file into the 
  same location and request that?
 
  Best regards,
 
  Richard Davey
  --
  http://www.launchcode.co.uk - PHP Development Services I do not 
  fear computers. I fear the lack of them. - Isaac Asimov
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
Ok, now it appears the ISAPI is loaded, I get the green up arrow, but
the priority always shows as 'unknown'.

Still get the 404 errors when trying to view .php pages

Steve 

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 11:10 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site -
ISAPI 

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 I guess I'm not sure how to tell if its loading correctly. Can you 
 tell me how to confirm that it is?
 
 I'm using PHP 4.x as well.
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:00 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 is the ISAPI loaded success?
 what's your PHP version? Version 4.x works fine.
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  Regular .htm files work just fine. Its kinda strange..
 
  -Original Message-
  From: Richard Davey [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 10:18 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
 
  Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
 
  GSII Ok, I thought I had installed PHP correctly on my Win2003 
  GSII server, using ISAPI. I added the extension, and mapped it to 
  GSII the
 
  GSII php4isapi.dll file, added a path to my /php folder in Win2003,

  GSII edited my php.ini file which I copied to my /windows/system32
  folder.
 
  This won't fix the 404 (sorry), but the php.ini doesn't go in 
  system32, it just goes in the Windows directory. Do you only get 
  404s on PHP files? What happens if you copy an .html file into the 
  same location and request that?
 
  Best regards,
 
  Richard Davey
  --
  http://www.launchcode.co.uk - PHP Development Services I do not 
  fear computers. I fear the lack of them. - Isaac Asimov
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



Re: [PHP] 404 error - why???!!

2005-07-13 Thread glumtail
Hello,
 it seems that your ISAPI is ok.
1. with full permission? e.g: execute,write and so on...
2. how about asp file?

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Ok, now it appears the ISAPI is loaded, I get the green up arrow, but
 the priority always shows as 'unknown'.
 
 Still get the 404 errors when trying to view .php pages
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:10 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site -
 ISAPI 
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  I guess I'm not sure how to tell if its loading correctly. Can you
  tell me how to confirm that it is?
 
  I'm using PHP 4.x as well.
 
  Steve
 
  -Original Message-
  From: glumtail [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 11:00 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
  is the ISAPI loaded success?
  what's your PHP version? Version 4.x works fine.
 
  2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
  
   Regular .htm files work just fine. Its kinda strange..
  
   -Original Message-
   From: Richard Davey [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, July 13, 2005 10:18 AM
   To: php-general@lists.php.net
   Subject: Re: [PHP] 404 error - why???!!
  
   Hello Steve,
  
   Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
  
   GSII Ok, I thought I had installed PHP correctly on my Win2003
   GSII server, using ISAPI. I added the extension, and mapped it to
   GSII the
 
   GSII php4isapi.dll file, added a path to my /php folder in Win2003,
 
   GSII edited my php.ini file which I copied to my /windows/system32
   folder.
  
   This won't fix the 404 (sorry), but the php.ini doesn't go in
   system32, it just goes in the Windows directory. Do you only get
   404s on PHP files? What happens if you copy an .html file into the
   same location and request that?
  
   Best regards,
  
   Richard Davey
   --
   http://www.launchcode.co.uk - PHP Development Services I do not
   fear computers. I fear the lack of them. - Isaac Asimov
  
   --
   PHP General Mailing List (http://www.php.net/) To unsubscribe,
 visit:
   http://www.php.net/unsub.php
  
   --
   PHP General Mailing List (http://www.php.net/) To unsubscribe,
 visit:
   http://www.php.net/unsub.php
  
  
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
OK, you lost me, execute/write on which file?

I don't use asp, I use Coldfusion, and .htm, I'm only installing PHP so
I can use the phpBB system.

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 12:05 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello,
 it seems that your ISAPI is ok.
1. with full permission? e.g: execute,write and so on...
2. how about asp file?

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 
 Ok, now it appears the ISAPI is loaded, I get the green up arrow, but 
 the priority always shows as 'unknown'.
 
 Still get the 404 errors when trying to view .php pages
 
 Steve
 
 -Original Message-
 From: glumtail [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 13, 2005 11:10 AM
 To: php-general@lists.php.net
 Subject: Re: [PHP] 404 error - why???!!
 
 Hello Steve,
 Administrator tools - Internet Services Manager - Default Web Site 
 - ISAPI 
 
 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 
  I guess I'm not sure how to tell if its loading correctly. Can you 
  tell me how to confirm that it is?
 
  I'm using PHP 4.x as well.
 
  Steve
 
  -Original Message-
  From: glumtail [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 13, 2005 11:00 AM
  To: php-general@lists.php.net
  Subject: Re: [PHP] 404 error - why???!!
 
  Hello Steve,
  is the ISAPI loaded success?
  what's your PHP version? Version 4.x works fine.
 
  2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
  
   Regular .htm files work just fine. Its kinda strange..
  
   -Original Message-
   From: Richard Davey [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, July 13, 2005 10:18 AM
   To: php-general@lists.php.net
   Subject: Re: [PHP] 404 error - why???!!
  
   Hello Steve,
  
   Wednesday, July 13, 2005, 5:11:58 PM, you wrote:
  
   GSII Ok, I thought I had installed PHP correctly on my Win2003 
   GSII server, using ISAPI. I added the extension, and mapped it to

   GSII the
 
   GSII php4isapi.dll file, added a path to my /php folder in 
   GSII Win2003,
 
   GSII edited my php.ini file which I copied to my 
   GSII /windows/system32
   folder.
  
   This won't fix the 404 (sorry), but the php.ini doesn't go in 
   system32, it just goes in the Windows directory. Do you only get 
   404s on PHP files? What happens if you copy an .html file into the

   same location and request that?
  
   Best regards,
  
   Richard Davey
   --
   http://www.launchcode.co.uk - PHP Development Services I do not 
   fear computers. I fear the lack of them. - Isaac Asimov
  
   --
   PHP General Mailing List (http://www.php.net/) To unsubscribe,
 visit:
   http://www.php.net/unsub.php
  
   --
   PHP General Mailing List (http://www.php.net/) To unsubscribe,
 visit:
   http://www.php.net/unsub.php
  
  
 
  --
  PHP General Mailing List (http://www.php.net/) To unsubscribe,
visit:
  http://www.php.net/unsub.php
 
 
 
 --
 PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php
 


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



Re: [PHP] 404 error - why???!!

2005-07-13 Thread Joseph
Steve, I may have missed this response, if this is a repeat please 
excuse me...


Make sure you have the correct mysql and php versions to run phpBB. I 
had 404 errors with a blogging/forum application where the index file 
moved to another page. But because there were some errors in setup the 
page came up as 404.


You might try to put this in a page:  info.php

html
body
?php
phpinfo();
?
/body
/html

Then go to the page, this will let you know if php is running. I have a 
feeling it is the BB which is having the problem.


jzf

Grosz, Steve (IPG IT) wrote:


OK, you lost me, execute/write on which file?

I don't use asp, I use Coldfusion, and .htm, I'm only installing PHP so
I can use the phpBB system.

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 12:05 PM

To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello,
it seems that your ISAPI is ok.
1. with full permission? e.g: execute,write and so on...
2. how about asp file?

2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
 

Ok, now it appears the ISAPI is loaded, I get the green up arrow, but 
the priority always shows as 'unknown'.


Still get the 404 errors when trying to view .php pages

Steve

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 11:10 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
Administrator tools - Internet Services Manager - Default Web Site 
- ISAPI 


2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
   

I guess I'm not sure how to tell if its loading correctly. Can you 
tell me how to confirm that it is?


I'm using PHP 4.x as well.

Steve

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 11:00 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
is the ISAPI loaded success?
what's your PHP version? Version 4.x works fine.

2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
 


Regular .htm files work just fine. Its kinda strange..

-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 10:18 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,

Wednesday, July 13, 2005, 5:11:58 PM, you wrote:

GSII Ok, I thought I had installed PHP correctly on my Win2003 
GSII server, using ISAPI. I added the extension, and mapped it to
   



 


GSII the
   

GSII php4isapi.dll file, added a path to my /php folder in 
GSII Win2003,
   

GSII edited my php.ini file which I copied to my 
GSII /windows/system32

folder.

This won't fix the 404 (sorry), but the php.ini doesn't go in 
system32, it just goes in the Windows directory. Do you only get 
404s on PHP files? What happens if you copy an .html file into the
   



 


same location and request that?

Best regards,

Richard Davey
--
http://www.launchcode.co.uk - PHP Development Services I do not 
fear computers. I fear the lack of them. - Isaac Asimov


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


visit:
   


http://www.php.net/unsub.php

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


visit:
   


http://www.php.net/unsub.php


   


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


visit:
 


http://www.php.net/unsub.php


 


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



   



 



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



RE: [PHP] 404 error - why???!!

2005-07-13 Thread Grosz, Steve (IPG IT)
I appreciate the try, but no, I still get a 404 error. :) 

This is killing me!! 

-Original Message-
From: Joseph [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 13, 2005 12:34 PM
To: Grosz, Steve (IPG IT)
Cc: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Steve, I may have missed this response, if this is a repeat please
excuse me...

Make sure you have the correct mysql and php versions to run phpBB. I
had 404 errors with a blogging/forum application where the index file
moved to another page. But because there were some errors in setup the
page came up as 404.

You might try to put this in a page:  info.php

html
body
?php
phpinfo();
?
/body
/html

Then go to the page, this will let you know if php is running. I have a
feeling it is the BB which is having the problem.

jzf

Grosz, Steve (IPG IT) wrote:

OK, you lost me, execute/write on which file?

I don't use asp, I use Coldfusion, and .htm, I'm only installing PHP so

I can use the phpBB system.

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 12:05 PM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello,
 it seems that your ISAPI is ok.
1. with full permission? e.g: execute,write and so on...
2. how about asp file?

 2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]: 
  

Ok, now it appears the ISAPI is loaded, I get the green up arrow, but 
the priority always shows as 'unknown'.

Still get the 404 errors when trying to view .php pages

Steve

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 11:10 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
Administrator tools - Internet Services Manager - Default Web Site
- ISAPI 

2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:


I guess I'm not sure how to tell if its loading correctly. Can you 
tell me how to confirm that it is?

I'm using PHP 4.x as well.

Steve

-Original Message-
From: glumtail [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 11:00 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,
is the ISAPI loaded success?
what's your PHP version? Version 4.x works fine.

2005/7/14, Grosz, Steve (IPG IT) [EMAIL PROTECTED]:
  

Regular .htm files work just fine. Its kinda strange..

-Original Message-
From: Richard Davey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 10:18 AM
To: php-general@lists.php.net
Subject: Re: [PHP] 404 error - why???!!

Hello Steve,

Wednesday, July 13, 2005, 5:11:58 PM, you wrote:

GSII Ok, I thought I had installed PHP correctly on my Win2003 
GSII server, using ISAPI. I added the extension, and mapped it to



  

GSII the


GSII php4isapi.dll file, added a path to my /php folder in Win2003,


GSII edited my php.ini file which I copied to my
GSII /windows/system32
folder.

This won't fix the 404 (sorry), but the php.ini doesn't go in 
system32, it just goes in the Windows directory. Do you only get 
404s on PHP files? What happens if you copy an .html file into the



  

same location and request that?

Best regards,

Richard Davey
--
http://www.launchcode.co.uk - PHP Development Services I do not 
fear computers. I fear the lack of them. - Isaac Asimov

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


visit:


http://www.php.net/unsub.php

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


visit:


http://www.php.net/unsub.php




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

visit:
  

http://www.php.net/unsub.php


  

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





  


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