[PHP] Php handling apache's error directive?

2003-06-06 Thread Miranda, Joel Louie M
Can I use php to be apache's error directive?
I mean, im trying to change apache's error directive
But at the same time I can only change the page and couldn't see what error
it was, I can send it only to a page with an error saying 404, etc but I
can't add what file did he type in the url.

Any suggestions? Or docs will be good.

Thanks,
Louie

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



Re: [PHP] Php handling apache's error directive?

2003-06-06 Thread Leif K-Brooks
$_SERVER['REQUEST_URI']

Miranda, Joel Louie M wrote:

Can I use php to be apache's error directive?
I mean, im trying to change apache's error directive
But at the same time I can only change the page and couldn't see what error
it was, I can send it only to a page with an error saying 404, etc but I
can't add what file did he type in the url.
Any suggestions? Or docs will be good.

Thanks,
Louie
 

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


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


RE: [PHP] Php handling apache's error directive?

2003-06-05 Thread Miranda, Joel Louie M
Its working, thanks!

http://lightning.prohosting.com/~relsom/variables.shtml

--
Louie

-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 06, 2003 10:07 AM
To: Miranda, Joel Louie M
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Php handling apache's error directive?


$_SERVER['REQUEST_URI']

Miranda, Joel Louie M wrote:

Can I use php to be apache's error directive?
I mean, im trying to change apache's error directive
But at the same time I can only change the page and couldn't see what 
error it was, I can send it only to a page with an error saying 404, 
etc but I can't add what file did he type in the url.

Any suggestions? Or docs will be good.

Thanks,
Louie

  


-- 
The above message is encrypted with double rot13 encoding.  Any unauthorized
attempt to decrypt it will be prosecuted to the full extent of the law.



-- 
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