I would like to develop an "twitter-like" application where users can showcase their artwork on a simple interface like twitter. Obviously I also want to provide a simple URL for each user (e.g domain.com/myuser) but I found that GAE doesn't allow naked domains anymore so I did a DNS redirect as per google docs http://www.google.com/support/a/bin/answer.py?hlrm=en-in&answer=61057 so when users type domain.com they are redirected to www.domain.com. The problem is that when they type domain.com/myuser they are redirected to www.domain.com too and the username is lost which is quite annoying so I would like to know if you can recommend me a feasible solution. Should I catch the referrer URL to find what user was typed on the naked domain ? Is there any other solution ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
How URL forwarding works depends on the provider. If your provider doesn't include the path when sending a redirect, you should find one who does - zoneedit, for instance. |
|||||||
|
|
These guys also offer a free service that merely redirects (domain) to www.(domain) when it's IP is listed as an A DNS entry. http://wwwizer.com/ |
|||||
|
/foo/bar) and query string (?a=b) are preserved correctly. – Fred Sauer Nov 26 '12 at 19:18