diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 21:37:14 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-27 21:37:14 -0700 |
commit | 4448b0e787404565a7351c8c741edc455a092f7d (patch) | |
tree | 2d9002cbee42fcd232b0c8627b81548f4823d8d7 /.htaccess | |
parent | 388f7ba3105b0e246a184c96c7a3ec39b5d89e6d (diff) |
Try to disable the parts of mod_security that interfere with the Flash uploader
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |