FilesMatch matching all but certain extensions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux