Felix Gilcher wrote: > Hi Veikko, > > I usually pass a readily generated url. However, for apache to > understand it, you need to pass it as a GET or POST param, this will not > work: > > http://example.com/foo/redirect/http://example.com/bar > > while this will > > http://example.com/foo/redirect/?target=http://example.com/bar >
Thanks for you quick reply Felix. I decided to use a relative url as a query param and prepend hostname when redirecting. -veikko -- Veikko Mäkinen [email protected] 044 5910 413 http://blog.veikko.fi _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
