On Wed, 2008-03-12 at 11:59 +0000, Martijn wrote: > 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))$"> try with (.*)\.(gif|jpg|jpeg) salu2 > 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 > -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- 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