summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 79ba4be2..46dbb2f4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,6 +9,12 @@
php_value post_max_size 100M
</IfModule>
+# Try to disable the parts of mod_security that interfere with the Flash uploader
+<IfModule mod_security.c>
+ SecFilterEngine Off
+ SecFilterScanPOST Off
+</IfModule>
+
# You can use mod_rewrite to enable short urls in Gallery 3 (which
# gets rid of the "index.php" from your urls). To do this, you must
# uncomment the block below that starts with <IfModule> and ends with