On Fri, Jul 24, 2009 at 10:07 AM, "Fábio Jr."<[email protected]> 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 [email protected] --------------------------------------------------------------------- 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]
