Closed
Bug 612907
Opened 14 years ago
Closed 14 years ago
bounceradmin is broken
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bhearsum, Assigned: fox2mike)
Details
I'm getting a 404 back from https://bounceradmin.mozilla.com/admin/login.php:
Page not found (404)
Request Method: GET
Request URL: https://bounceradmin.mozilla.com/admin/login.php
Using the URLconf defined in tuxedo.urls, Django tried these URL patterns, in this order:
^$
^stats/
^admin/ ^$
^admin/ ^logout/$
^admin/ ^password_change/$
^admin/ ^password_change/done/$
^admin/ ^jsi18n/$
^admin/ ^r/(?P<content_type_id>\d+)/(?P<object_id>.+)/$
^admin/ ^(?P<app_label>\w+)/$
^admin/ ^mirror/mirror/
^admin/ ^geoip/country/
^admin/ ^geoip/region/
^admin/ ^geoip/ipblock/
^admin/ ^mirror/product/
^admin/ ^auth/group/
^admin/ ^users/legacyuser/
^admin/ ^mirror/os/
^admin/ ^mirror/location/
^admin/ ^auth/user/
^accounts/
^api/
^media/(?P<path>.*)$
The current URL, admin/login.php, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
Assignee | ||
Comment 2•14 years ago
|
||
Try https://bounceradmin.mozilla.com/admin/
There is no login.php anymore, that's been gone for ages.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•