summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-07-21 11:06:49 -0500
committerDan McGee <dan@archlinux.org>2012-07-21 11:06:49 -0500
commitd5a19db526c0ef95a5166311f845719090d0f487 (patch)
treea957e57c3ba680dba7577504405c7cbfd1dcb5f0 /urls.py
parent34157510cd5286d3cf6aaa64c826ecfa6824c1aa (diff)
downloadarchweb-d5a19db526c0ef95a5166311f845719090d0f487.tar.gz
archweb-d5a19db526c0ef95a5166311f845719090d0f487.zip
Add packages.php URL redirect
This was seen in Google webmaster tools. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index c0ce8c6f..75ef7e52 100644
--- a/urls.py
+++ b/urls.py
@@ -103,6 +103,7 @@ legacy_urls = (
('^index.php', '/'),
('^logos.php', '/art/'),
('^news.php', '/news/'),
+ ('^packages.php', '/packages/'),
)
for old_url, new_url in legacy_urls: