I'm hosting my website on Google app engine and my domain name on Godaddy.
Google app engine does not allow you to have naked URLs. So it doesn't allow you to have example.com but does allow you to have `www.example.com.
I can easily enable forwarding in Godaddy to forward exmample.com to www.example.com however it does not keep the relative URL path.
For example I would like for:
example.com/images/3.jpg to be forwarded to www.example.com/images/3.jpg and not just www.example.com.
