This is because the django.contrib.comments app still uses hardcoded links in its code.
A quick and dirty workaround would be to setup a redirect from / comments/postfree/ to /your/comment/posting/url/ , but thats not quite nice. You could also fix the source code or copy&paste the comments app anthor location an alter the hardcoded links. (also quick&dirty but i cannot think of another solution) Gregor On 6 Jun., 01:13, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm using Django's free comments app for my site's blog app, but am > getting a lot of broken link errors like the following: > > Referrer:http://patrickbeeson.com/blog/2007/nov/06/rank-most-read-time-spent-n... > Requested URL: /comments/postfree/ > User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) > IP address: 127.0.0.1 > > I can't find anything wrong in my templates -- can anyone offer any > suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---