Skip to content

Commit 63c532a

Browse files
committed
Switch back to trying to give / to the redirects app.
Since the production site has an Apache rewrite, this will not affect production, but will give us a chance to try it in more controlled environments. - Legacy-Id: 816
1 parent 9754abc commit 63c532a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/testurl.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Top-level test URL list. Should probably be empty; all test URls should be
22
# specified in the application level testurl.list
33

4-
200 / # Top level url. Has no comparable page today.
4+
301 / # Top level url. Has no comparable page today.
55
skip /images/ietf-icon.bmp
66
skip /css/base.css
77
skip /js/

ietf/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
(r'^meeting/', include('ietf.meeting.urls')),
3232
(r'^accounts/', include('ietf.ietfauth.urls')),
3333

34-
(r'^$', ietf.views.apps),
34+
(r'^$', 'ietf.redirects.views.redirect'),
3535

3636
# Uncomment this for admin:
3737
(r'^admin/', include('django.contrib.admin.urls')),

0 commit comments

Comments
 (0)