diff --git a/redirect.module b/redirect.module
index b14709b..7fc4211 100644
--- a/redirect.module
+++ b/redirect.module
@@ -214,13 +214,13 @@ function redirect_url_inbound_alter(&$path, $original_path, $path_language) {
     }
 
     // Redirect from default entity paths to the proper entity path.
-    if ($path_entity = redirect_load_entity_from_path($path)) {
+    /*if ($path_entity = redirect_load_entity_from_path($path)) {
       if ($uri = entity_uri($path_entity['entity_type'], $path_entity['entity'])) {
         if ($path != $uri['path']) {
           //return redirect_redirect(array('redirect' => $uri['path'], 'redirect_options' => $uri['options'], 'type' => 'global'));
         }
       }
-    }
+    }*/
   }
 }
 
