I have an application where I want to simplify the URL for the end
users

so for example www.appname.appspot.com/demo would be redirected to
www.appname.appspot.com/?id=demo

currently Im doing this by using a .htaccess file on my hosting
company website so that www.appname.com/demo is 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 at www.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