I'm redirecting non www to www in my django project. So far its in fact working by setting the PREPEND_WWW = True in my settings.py
But somehow when I enter mysite.com it will redirect me to www.mysite.com/mysite/mysite/wsgi.py
Is it possible just to redirect it to www.mysite.com?