From 4448b0e787404565a7351c8c741edc455a092f7d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 27 Jun 2009 21:37:14 -0700 Subject: Try to disable the parts of mod_security that interfere with the Flash uploader --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 79ba4be2..46dbb2f4 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,12 @@ php_value post_max_size 100M +# Try to disable the parts of mod_security that interfere with the Flash uploader + + SecFilterEngine Off + SecFilterScanPOST Off + + # 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 and ends with -- cgit v1.2.3