Posted by Andy Jeffries on 05/09/06 11:29
On Mon, 08 May 2006 14:30:09 -0700, PD wrote:
> The ssecond solution would be to set the page not found script in Apache.
> But then again I need to capture the 'user1' from the request string.
As a way of helping you find out what you need rather than telling you the
answer, the best way of finding this out is to set the ErrorDocument in
Apache to be a script called debug.php where the contents of that file is
just:
<?php
phpinfo();
?>
Then look at the $_SERVER variables to see which ones contain the
information you need.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
[Back to original message]
|