Hi My problem is I want to make a redirect and "hide" the actual address so I want to enable and show this address:
/saopaulo
The actual address the response has is
/li?lat=-23.33&lon=-46.38
but I don't want the user the view that address, only the view and display in the address bar /saopaulo and similar for other and more cities. How can I do this with app engine?
Thank you
