--- /Users/rich/repos/web/d5/modules/globalredirect/globalredirect.module	2007-12-28 14:12:26.000000000 +0000
+++ /Users/rich/Desktop/globalredirect.module	2008-05-14 14:43:49.000000000 +0100
@@ -31,7 +31,7 @@
 
     // Trim any trailing slash off the end (eg, 'node/1/' to 'node/1')
     $request = trim($_REQUEST['q'], '/');
-    
+    $request = trim($_REQUEST['q'], '/0');
     // Check the path (eg, node/123) for an alias. If one is found, redirect.
     if ($alias = drupal_get_path_alias($request)) {
       // If alias is different to the request, redirect...
