On Fri, Jul 24, 2009 at 10:07 AM, "Fábio Jr."<fjuniorlista@xxxxxxxxx> wrote: > Hello, > > Is the FilesMatch directive case sensitive? > > If isn't, can I use a regex like "\.(jpe?g|JPE?G)" to solve the problem? > It's case sensitive. You can prefix a PCRE expression with (?i) to make it case-insensitive without any special support in Apache. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- 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