? .svn ? translations/.svn Index: globalredirect.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/globalredirect/globalredirect.module,v retrieving revision 1.1.2.4.2.5.2.20 diff -u -p -r1.1.2.4.2.5.2.20 globalredirect.module --- globalredirect.module 18 Apr 2010 12:59:21 -0000 1.1.2.4.2.5.2.20 +++ globalredirect.module 18 Apr 2010 13:25:29 -0000 @@ -53,6 +53,13 @@ function globalredirect_init() { } /** + * Check if the request is an attempted url mask + */ + if (strpos(request_uri(), '://') !== FALSE) { + return FALSE; + } + + /** * If the site is in offline mode there is little point doing any of this as * you might end up redirecting to a 503. */