Hello.

Apache 1.3. A simple problem: I want to use a FilesMatch directive to
match all files but, say, images which are either .gif files or .jpg
files.

I tried something like
  <FilesMatch "!\.(jpg|gif)$">
or
  <FilesMatch "!(\.(jpg|gif))$">
but in either case nothing was matched. Putting the exclamation mark
outside the quotes doesn't help either, while removing it altogether
matched only .gif and .jpg files, thus confirming that there is no
typo in that bit.

Any ideas?

Thanks.

Martijn.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to