Richard writes:

> i am using .mhtml for the components, but the exposed web pages
> are all .html and i want mason to process them.

[...]

>     <LocationMatch "\.m+html$">

Don't you want "\.m?html$" here?

"m+" means "one or more 'm's". I think you want "m?" meaning "zero or
one 'm's".


  Best regards,

    Adam

-- 
 "The laws of perspective have been repealed!                 Adam Sjøgren
  Objects no longer diminish in size with distance!"     a...@koldfront.dk


------------------------------------------------------------------------------
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to