Re: [PHP] php function on php.net

2003-07-24 Thread Chris Shiflett
--- Merlin <[EMAIL PROTECTED]> wrote: > Unfortunatelly this is not what I mean. > > Have a look on this: > http://www.globosapiens.net/hially > A php page is redirecting this 404 error to another page, but I > would like to have the URL stay the same like it is done on php.net Then don't redirect

Re: [PHP] php function on php.net

2003-07-24 Thread Curt Zirzow
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]): > > > Use a path relative to your httpdocs for your error document, e.g. > > > ErrorDocument 404 /myerrorpage.php > > > instead of > > > ErrorDocument 404 http://mysite/myerrorpage.php > > Unfortunatelly this is not what I mean. > I think it is. When yo

Re: [PHP] php function on php.net

2003-07-24 Thread Curt Zirzow
* Thus wrote Merlin ([EMAIL PROTECTED]): > this is a reply on: > > > I am wondering how on php.net the search for functions is done. > You > > can add > > any function just behind the php.net > > like php.net/phpinfo and it will point you right through it. I > know how to > > redirect this as a 4

Re: [PHP] php function on php.net

2003-07-24 Thread Ivo Fokkema
> > Use a path relative to your httpdocs for your error document, e.g. > > ErrorDocument 404 /myerrorpage.php > > instead of > > ErrorDocument 404 http://mysite/myerrorpage.php > Unfortunatelly this is not what I mean. I think it is. When you use a relative path in the .htaccess, the URL will not c

Re: [PHP] php function on php.net

2003-07-24 Thread Merlin
this is a reply on: > I am wondering how on php.net the search for functions is done. You > can add > any function just behind the php.net > like php.net/phpinfo and it will point you right through it. I know how to > redirect this as a 404 error in apache to another file, but then the > url is >

Re: [PHP] php function on php.net

2003-07-22 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 22 Jul 2003 at 21:15, lines prefixed by '>' were originally written by you. > Hi there, > I am wondering how on php.net the search for functions is done. You > can add > any function just behind the php.net > like php.net/phpinfo and it wi

[PHP] php function on php.net

2003-07-22 Thread Merlin
Hi there, I am wondering how on php.net the search for functions is done. You can add any function just behind the php.net like php.net/phpinfo and it will point you right through it. I know how to redirect this as a 404 error in apache to another file, but then the url is changing. In the php.net