I want to make sure all of my flatpages have the www
subdomain and redirect to it if they don't.
I've looked at some middlewares that redirect to www
, but (1), they usually redirect all urls to www
and (2), the ones I've found don't work with flatpages.
I don't want all of my site urls to redirect to include the www subdomain, just the flatpages.
Anyone know how I should go about doing this?