On 3/6/07, Filipe Correia <[EMAIL PROTECTED]> wrote: > Is there any criteria that can in fact be considered a best practice > when designing URLs? > I would very much appreciate to know of other's experience on this.
In my experience, it's fairly subjective. Personally, I don't like having a slash on a URL which is a single "thing" (e.g., an individual blog entry), but I like having it on a URL which is multiple "things" (say, a list of blog entries), because that feels more natural to me with the history of URL-to-file mapping where a slash meant a directory and no slash meant an individual file. But I've built sites that go both ways :) -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

