diff options
author | Dan McGee <dan@archlinux.org> | 2012-07-21 11:06:49 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-07-21 11:06:49 -0500 |
commit | d5a19db526c0ef95a5166311f845719090d0f487 (patch) | |
tree | a957e57c3ba680dba7577504405c7cbfd1dcb5f0 | |
parent | 34157510cd5286d3cf6aaa64c826ecfa6824c1aa (diff) |
Add packages.php URL redirect
This was seen in Google webmaster tools.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |