I think the problem might be that you have autohandler inheritance in your
css and javascript directories.
You can leave it on, and use.
<%flags>
inherit=>undef
</%flags>
<%init>
$r->content_type('text/css');
</%init>
in your css and and javascript files, which I do to render my css and
javascript with perl..
or in your apache configuration turn off mason for those directories
altogether by setting the default handler
<Location /css>
SetHandler default-handler
</Location>
Hth..
Rodney
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users