diff --git a/assets/.htaccess b/assets/.htaccess index 4013417..14d3bca 100644 --- a/assets/.htaccess +++ b/assets/.htaccess @@ -19,8 +19,11 @@ # Once you do this, visitors will be able to download *.exe files that are uploaded to the assets # directory. # +# For compatibility reasons, we include uppercase versions of allowed extensions, as Apache 1.3 +# does not support regular expression case insensitive matches using PCRE style. +# Deny from all - + Allow from all