diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:32:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:32:46 +0200 |
commit | 640cc7280ea44886ed4a15d143c9446254f53b92 (patch) | |
tree | 6977b49f98cf3745189fb5541e457c08e3e19b61 /program/.htaccess | |
parent | bdb40d39bd7921a97e530dac3ef0759a6752b5c6 (diff) |
Allow access to blank.tif
Diffstat (limited to 'program/.htaccess')
-rw-r--r-- | program/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/.htaccess b/program/.htaccess index 4ad1b9d12..8114af685 100644 --- a/program/.htaccess +++ b/program/.htaccess @@ -1,4 +1,4 @@ <IfModule mod_rewrite.c> RewriteEngine On -RewriteRule !^js|.*\.gif$ - [F] +RewriteRule !^js|.*\.[gt]if$ - [F] </IfModule> |