Hi, Wonder if someone can help.This issue is all with a local dev situation, so this isn't live.
I have nginx running on port 81 e.g. http://127.0.0.1:81/ and serving static media - which in turn proxies through to Apache running on port 96. All works fine (apart from the issue I outline below) - so I can browse my content no problem. The issues relate to the admin interface. If I request the admin interface at http://127.0.0.1:81/admin/, the admin login window appears but on "log in", I am taken to http://127.0.0.1/admin/ - which of course 404's i.e. doesn't work (there appears to be some kind of redirect going on). Once I've got this 404, if I then request http://127.0.0.1:81/admin/ again, the full "logged in" interface now comes up - i.e. I am now *not* redirected and am now logged in. Carrying on ... if I try to edit some content, all works fine until I try to Save or Save and Continue ... at which point again I am redirected to admin URL minus the port (incidentally the item is then saved). If I work directly on the Apache interface at http://127.0.0.1:96/ I don't have this problem. Anyone any suggestions as to what's going on and how to fix it? Many thanks, R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---