--- 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 to another URL but rather display whatever it is you want
to display. If nothing else, you can simply fetch the alternate URL for the
user like this:

readfile('http://www.google.com/');

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

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

Reply via email to