On Fri, Jul 24, 2009 at 10:07 AM, "Fábio Jr."<fjuniorli...@gmail.com> 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 cove...@gmail.com --------------------------------------------------------------------- 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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org