Hi Torsten, thanks a lot for your answer. That was exactly what I've done wrong, so it's working now :)
Best regards, Carla 2011/9/19 Torsten Förtsch <torsten.foert...@gmx.net> > On Monday, 19 September 2011 19:38:06 Carla von Reitzenstein wrote: > > <FilesMatch "^(?!configure)[a-z.]+$"> > > SetHandler perl-script > > PerlResponseHandler ModPerl::Registry > > PerlSendHeader On > > PerlOptions +ParseHeaders > > </FilesMatch> > > Obviously, this config applies also for JS/CSS files and images. Hence > modperl tries to interpret those files as perl code. I don't know TWiki > but I think you should modify the regexp above to match only perl > scripts, something like ".+\.pl". It depends upon your or rather TWiki's > naming conventions. > > Torsten Förtsch > > -- > Need professional modperl support? Hire me! (http://foertsch.name) > > Like fantasy? http://kabatinte.net >