Opened 16 years ago

Closed 16 years ago

#9242 closed (wontfix)

Add a REMOVE_WWW setting or remove the PREPEND_WWW setting

Reported by: Erik Allik Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords:
Cc: eallik@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

What's the explanation for having the PREPEND_WWW setting? Can't the same effect always be achieved using web server configuration instead?

Besides, I think Django should propagate no-www-prefix instead, or at least provide a REMOVE_WWW setting, too.

Change History (2)

in reply to:  description comment:1 by Julian Bez, 16 years ago

Replying to RaceCondition:

I think Django should propagate no-www-prefix instead

http://www.hm2k.com/articles/yes-www

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: newclosed

Django provides a way to have consistent URLs. You don't have to use it if you don't want to. There's no need to change anything, though. No-www is very controversial (and somewhat suspect on a technical grounds), so we're not about to insist that everybody follows that pattern. Again, you're not obligated to use what Django provides, but we do provide a way to do canonicalisation if that's useful to you.

Note: See TracTickets for help on using tickets.
Back to Top