--- downld.module.orig 2008-06-26 06:28:41.000000000 -0400 +++ downld.module 2008-06-30 19:24:16.000000000 -0400 @@ -31,7 +31,7 @@ * Implementation of hook_init(). */ function downld_init() { - if ($_SERVER['REDIRECT_STATUS'] == 403 && ($file = $_SERVER['REDIRECT_URL'])) { + if ($_SERVER['REDIRECT_STATUS'] == 403 && ($file = $_SERVER['REDIRECT_URI'])) { drupal_goto("system/files$file", null, null, 307); } }