Re: [EMAIL PROTECTED] FilesMatch with $ -- redundant?

2008-01-17 Thread Joshua Slive
On Jan 17, 2008 1:13 PM, Brian A. Seklecki [EMAIL PROTECTED] wrote: All: I see a lot of examples of FilesMatch with end-of-line char ($) matching. Isn't that redundant / implied? A FileMatch directive is just a regex that automatically has .* pre-pended and $ appended? (But only used if

[EMAIL PROTECTED] FilesMatch with $ -- redundant?

2008-01-17 Thread Brian A. Seklecki
All: I see a lot of examples of FilesMatch with end-of-line char ($) matching. Isn't that redundant / implied? A FileMatch directive is just a regex that automatically has .* pre-pended and $ appended? (But only used if evaluating a file, and not a directory) ~BAS

Re: [EMAIL PROTECTED] FilesMatch with $ -- redundant?

2008-01-17 Thread Brian A. Seklecki
On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote: On Jan 17, 2008 1:13 PM, Brian A. Seklecki [EMAIL PROTECTED] wrote: All: I see a lot of examples of FilesMatch with end-of-line char ($) matching. Isn't that redundant / implied? A FileMatch directive is just a regex that

Re: [EMAIL PROTECTED] FilesMatch with $ -- redundant?

2008-01-17 Thread Joshua Slive
On Jan 17, 2008 2:00 PM, Brian A. Seklecki [EMAIL PROTECTED] wrote: On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote: On Jan 17, 2008 1:13 PM, Brian A. Seklecki [EMAIL PROTECTED] wrote: All: I see a lot of examples of FilesMatch with end-of-line char ($) matching. Isn't