Hi,
 
How can I redirect the request to some URL in proxy_http.c code. I tried to use an internal redirect as follows:
 
ap_internal_redirect("http://www.cnn.com", r);
 
It gives the following error:
 
proxy: Max-Forwards has reached zero - proxy loop? returned by http://www.cnn.com.
 
Any ideas? Also, what if I want to do a formal redirect instead of internal redirect?
 
Thanks,
Naaman Musawwir.

Reply via email to