From 9764086ee9cc10ad1fe7b7cc6f2be82145f843e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 02:00:49 +0200 Subject: Implemented redirecting --- index.py | 1 + 1 file changed, 1 insertion(+) (limited to 'index.py') diff --git a/index.py b/index.py index 74e3e3a..5db7b25 100755 --- a/index.py +++ b/index.py @@ -7,6 +7,7 @@ import controller # URL Mappings # urls = ( + "/r/(.*)", "controller.Redirect", "/(.*)", "controller.Page" ) -- cgit v1.2.3