http://127.0.0.1:8000/admin/ works fine, and under fcgi other things work and https://<domain>/<preamble>/admin/ gives me the admin login screen (without css formatting). But in response to the Log in button it directs to https://<domain>/admin/ which fails because the server only directs URLS beginning with https://https:<domain>/<preamble> to my fcgi process. Fiddling with ADMIN_MEDIA_PREFIX only broke local admin interface css formatting.
How do I tell the server to respond to <domain>/admin/..., not just / admin/...? Using django 0.97 with apache deployment server and django local server. It would be nice to know the right ADMIN_MEDIA_PREFIX for the server, but that's not the main problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

