I'm trying to setup few redirects using 
http://projects.unbit.it/uwsgi/wiki/InternalRouting
and I don't see any way to do:

^(www.)oldapp.com/.*$ -> www.newapp.com/$1

It seems that I can't do host based redirect that will preserve PATH_INFO.
It would work if I could PATH_INFO, HTTP_HOST, QUERY_STRING and REQUEST_URI in 
redirect config.
Any hints?

Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to