My Google App Engine app (Python 2.72) is located at www.mydomain.com.
I also have a Tumblr - blog that is currently located at mydomain.tumblr.com.
Here's what I want to do:
For SEO reasons, I want my blog to be accessible via www.mydomain.com/blog. It would be easy to map my blog to blog.mydomain.com, but that's not what I want to do.
It seems that a reverse proxy is needed to accomplish this: :http://www.seomoz.org/blog/what-is-a-reverse-proxy-and-how-can-it-help-my-seo
My research has been fruitless so far. Does anyone know how to do this?