-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

bax...@gretschpages.com declared:
> I need my admin login page to be https rather than http.
> 
> I'm using  SSLRedirect middleware, and it works beautifully every
> place else I need an https page. Problem is, on the admin login, I
> can't find the URL.
> 
> I don't care if the admin as a whole is https. Honestly, I think I'd
> prefer it wasn't, since I feel like that would open up a whole new can
> of worms. But I need that login page to go to https.
> 
> Suggestions?

If you are using Apache for this, you can configure it to redirect for
that URL.  Something like this:

<Location /admin/login>
    RedirectMatch (.*) https://example.com$1
</Location>

- --
Randy Barlow
Software Developer
The American Research Institute
http://americanri.com
919.228.4971
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpU/LoACgkQw3vjPfF7QfVspgCdF5mPkA4TDW8ZOpGBXJKpvyra
QSgAnjIbddh6dWjlqs7O7ZVnmILpLszV
=DFyj
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to