The reason I am asking this is because there seems to be a python
solution for this as documented here:
http://www.terminally-incoherent.com/blog/2009/05/11/google-appengine-url-rewriting/

On Jul 7, 10:36 pm, John V Denley <johnvden...@googlemail.com> wrote:
> I have an application where I want to simplify theURLfor the end
> users
>
> so for examplewww.appname.appspot.com/demowould be redirected 
> towww.appname.appspot.com/?id=demo
>
> currently Im doing this by using a .htaccess file on my hosting
> company website so thatwww.appname.com/demois then redirected to
> user.appname.com/?id=demo and I have the CNAME for the user subdomain
> pointing to ghs.google.com which is managed within my googleapp to
> point back atwww.appname.appspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to