Thanks for all the work. I just couldn't see that happening. I don't
care if it doesn't work for me, as long as it works for everyone else. 

Now I've got a more serious issue though. I can't even get /Galleries/
or / to parse php now it seems. I think my ouput filters are wrong. 

I used to be able to use the following:

<FilesMatch *.php,*.html>
  SetInputFilter php
  SetOutputFilter php
</FilesMatch>  

Now I have to use:

<FilesMatch "\.php">
  SetInputFilter php
  SetOutputFilter php
</FilesMatch>

and likewise with html. What am I doing wrong?

-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to