Specifically "\."
Should I include the slash or no? Whats it do?
this is part of a deflate htacces rule
<FilesMatch ".(js|css|html|htm|php|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
or there is this version
<filesMatch "(?i)^.*\.(ico|flv|jpg|jpeg|png|gif|js|css)$">
So..
"(?i)^.*\." vs "\." vs "."