For us to help, you should give us a bit more information.  For
instance, you might tell us what path it is actually redirecting you
to. You could also include the code that does the actual redirection.
Have you checked your log entries to see what URLs are actually
getting hit?  You you used firebug / developer tools to check the
response headers?  Does your app.yaml have a catach-all handler, and
is it the last handler defined?  Give us a bit more information to
help you.




Robert






On Mon, May 16, 2011 at 13:14, Egil <deric...@indiana.edu> wrote:
> My code runs fine on my local appengine but when I deploy it to
> appspot.com, it acts as though my URL is non-existent. I enter
> "localhost:8080/" and it correctly executes my main code, which is
> simply a re-direction to the URL "localhost:8080/profile/public?
> res_type=3". When this URL is fetched, it delivers a blank page as if
> it were a bad URL. This happened just with my last deployment. Before
> this things are working fine. Any thoughts? Thanks much.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

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

Reply via email to