Changeset 1202


Ignore:
Timestamp:
01/03/2010 11:08:10 AM (2 years ago)
Author:
Xiping.Wang
Message:

[omcollab_1.2011_wordpress] Apply http error fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_1.2011_wordpress/blogs/.htaccess

    r157 r1202  
    2323 
    2424AddOutputFilterByType DEFLATE text/html text/css text/js application/x-javascript 
     25 
     26#BEGIN Image Upload HTTP Error Fix 
     27<IfModule mod_security.c> 
     28<Files async-upload.php> 
     29  SecFilterEngine Off 
     30  SecFilterScanPOST Off 
     31</Files> 
     32</IfModule> 
     33#END Image Upload HTTP Error Fix  
Note: See TracChangeset for help on using the changeset viewer.