On Mon, Mar 23, 2009 at 4:10 AM, Iosif Fettich <ifett...@netsoft.ro> wrote: > The problem is that what I want to be the handler's proxied response is > actual embedded instead in an construct like > > <html> > <head/> > <body> > <pre> > ... > > </pre> > </body> > </html> > > which I seem not to be able to get rid of. What am I doing wrong..?
I don't see you printing any content type or other headers. Those aren't in $response->content. > Are there any obvious/better ways to get the functionality I hope to get ? Everything you've shown so far could be done more efficiently by a couple of lines of mod_rewrite. - Perrin