Finally I resolved my problem with rewrite rules, internal redirect  
substitutions has to be an absolute path.

Another problem now with inverse proxy. I have set an inverse proxy  
for a especific regular expresion matching an url. Reverse proxy work  
ok but it not send GET parameters in url, maybe I didn't set or forget  
something to set. Any way that GET parameters are transmited to the  
proxy request ?

In apache it's simply a only have to do:

ProxyPass /buscador/ http://IP:PORT/html/buscador.html
ProxyPassReverse /buscador/ http://IP:PORT/html/buscador.html

How can I do this with cherokee ?

thanks.

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to