X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=images%2F.htaccess;h=4e253b678ac8a70ea0d4cf28c2fbbb0109f296e3;hb=340c5cd8508576bf45463978e2054dbf4a6d8909;hp=1cc74f42b08e9c69adc394252ca14546104d1934;hpb=1db9197660fdaab639f8576d76aa9f91cae3b524;p=lhc%2Fweb%2Fwiklou.git diff --git a/images/.htaccess b/images/.htaccess index 1cc74f42b0..4e253b678a 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,9 @@ -# Protect against bug 28235 +# Protect against bug T30235 RewriteEngine On + RewriteOptions inherit RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] + # Fix for bug T64289 + Options +FollowSymLinks