--- I:\CompuBase\Projecten\VanderHorst\Website\Website\web\sites\all\modules\cacheexclude\cacheexclude.moduleORG	2008-03-21 21:38:36.000000000 +0100
+++ I:\CompuBase\Projecten\VanderHorst\Website\Website\web\sites\all\modules\cacheexclude\cacheexclude.module	2009-01-15 10:01:03.875000000 +0100
@@ -38,7 +38,8 @@
   $pages = trim(variable_get('cacheexclude_list', ''));
   // If the current page is one we want to exclude from the cache, 
   // set the page caching to false temporarily.
-  if (strlen($pages) && drupal_match_path($_GET['q'], $pages)) {
+  if (strlen($pages) && (drupal_match_path($_GET['q'], $pages) ||
+                         drupal_match_path(drupal_get_path_alias($_GET['q']), $pages) )) {
     $GLOBALS['conf']['cache'] = FALSE;
   }
 }
