I'm not quite sure why this is difficult?
[- $http_headers_out{'Location'} = $fdat{Errorpage} .
"?err=Error%20Occurred" -]
or you could just store the error in a session variable and then redirect.
-joe
__
joe lauer rootl
Hi
I want to go to another page if some condition arises. I can do this
[- $http_headers_out{'Location'} = "$fdat{Errorpage}" -]
But what if I want to pass a variable? In fact I want the error page to display
the content of a error variable.
Of course it is possible to construct a "GET" type s