Thanks, man, that was it. On Jan 12, 3:39 am, bruno desthuilliers <bruno.desthuilli...@gmail.com> wrote: > On 12 jan, 03:32, neridaj <neri...@gmail.com> wrote: > > > I've been testing my site locally and figured I should commit some of > > my changes. I'm using django.contrib.comments and for some reason the > > comment.get_absolute_url is resulting in a broken link on the live > > server. When I mouse over the link the status bar reads the link > > correctly i.e.,http://mysite.com/comments/cr/12/1/#c5butwhen I > > click the link the result > > ishttp://example.com/blog/2010/jan/11/test-title-1/#c5 > > resulting in: The requested URL /blog/2010/jan/11/test-title-1/ was > > not found on this server. If I manually type in my domain instead of > > example.com it works as it should, I just don't understand why it's > > not resolving with mysite.com. > > > Thanks, > > Wild guess : you have the Site app activated, and didn't edit the site > record that Comment is using to build the absolute_url. > > My 2 cents... > > > Jason > >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.