Index: profiles/custom/modules/pathfilter/pathfilter.module
===================================================================
--- profiles/custom/modules/pathfilter/pathfilter.module    (revision 871)
+++ profiles/custom/modules/pathfilter/pathfilter.module    (working copy)
@@ -65,7 +65,7 @@
         case 'process':
           $absolute = (variable_get('pathfilter_link_type', 'absolute') == 'ab\
solute' ? 'TRUE' : 'FALSE');
           return preg_replace('/"internal:([^"#\?]+)\??([^"#]+)?#?([^"]+)?"/e'\
,
-              "'\"'. url('$1', '$2' ? '$2' : NULL, '$3' ? '$3' : NULL, ". $abs\
olute .") .'\"'", $text);
+              "'\"'. (file_exists('$1') ? base_path() . '$1' : url('$1', '$2' \
? '$2' : NULL, '$3' ? '$3' : NULL, ". $absolute .")) .'\"'", $text);

         // Filter settings for pathfilter.
         case 'settings':

